powered by
Convert unit on y direction in data coordinate
convert_y( x, unit = c("mm", "cm", "inches"), sector.index = get.current.sector.index(), track.index = get.current.track.index())
A vector of numeric values which are measured in the specified data coordinate
a numeric vector
supported units, only "mm", "cm", "inches"
index for the sector where the conversion is applied
index for the track where the conversion is applied
Zuguang Gu <z.gu@dkfz.de>
For pre-defined units, users can use cm_y, mm_y and inches_y.
cm_y
mm_y
inches_y
convert_x converts on x direction.
convert_x
https://jokergoo.github.io/circlize_book/book/circular-layout.html#convert-functions
# see example on `convert_x` page NULL
Run the code above in your browser using DataLab