################################################### ### chunk number 1: set_width ################################################### options( width = 80 ) ################################################### ### chunk number 2: classes ################################################### library( genomeIntervals ) data("gen_ints") i ################################################### ### chunk number 3: ends ################################################### i[,1] i[,2] closed(i) closed(i)[2,2] <- FALSE ################################################### ### chunk number 4: