powered by
Set gaps between tracks
set_track_gap(gap = 0.02)
Gap between two tracks. Use mm_h/cm_h/inches_h to set in absolute units.
mm_h
cm_h
inches_h
circos.initialize(letters[1:10], xlim = c(0, 1)) circos.track(ylim = c(0, 1)) set_track_gap(mm_h(2)) circos.track(ylim = c(0, 1)) circos.clear()
Run the code above in your browser using DataLab