Closed cj-forJ closed 2 years ago
Hi, it's very convenient to use ggbio, but how can i convert a ggbio object to a ggplot one? I want to show the results interactively using Plotly, thanks!
ggbio class has a slot for the ggplot object. Hence, it can be accessed with @.
@
For example
ggbio_object@ggplot
Thank you very much! The affair was settled. @sanchit-saini
Hi, it's very convenient to use ggbio, but how can i convert a ggbio object to a ggplot one? I want to show the results interactively using Plotly, thanks!