Plot {ggbio} | R Documentation |
genealize a graphic object to a Plot object.
## S4 method for signature 'gg' Plot(x) ## S4 method for signature 'trellis' Plot(x, mutable = FALSE) ## S4 method for signature 'GGbio' Plot(x) ## S4 method for signature 'Ideogram' Plot(x)
x |
object of gg, GGbio, trellis, Ideogram. |
mutable |
whether a plot repsonse to |
A Plot object.
Tengfei Yin