jokergoo / circlize

Circular visualization in R
http://jokergoo.github.io/circlize_book/book/
Other
959 stars 141 forks source link

the radius of the circle #352

Open ryrl9703 opened 1 year ago

ryrl9703 commented 1 year ago

How to customize the radius of the circle in circlize

jokergoo commented 1 year ago

The radius of the complete circle is always 1, but you can set circos.par$canvas.xlim/circos.par$canvas.ylim or circos.par$circle.margin to adjust the outer space of the circle.

ryrl9703 commented 1 year ago

The radius of the complete circle is always 1, but you can set circos.par$canvas.xlim/circos.par$canvas.ylim or circos.par$circle.margin to adjust the outer space of the circle.

Okay, thanks