Tracked {ggbio} | R Documentation |
Create a tracked object, designed for tracks function.
Tracked(mutable = TRUE, fixed = FALSE, labeled = TRUE, hasAxis = FALSE, bgColor = "white", height = unit(1, "null"))
mutable |
logical value, default |
fixed |
logical value, default |
labeled |
logical value, default |
hasAxis |
logical value, default |
bgColor |
character to control background color of a track. |
height |
unit, to control track height. |
a Tracked
object.
Tengfei Yin