YinLiLin / CMplot

📊 Circular and Rectangular Manhattan Plot
520 stars 112 forks source link

Save plot to object #71

Closed hatre0 closed 2 years ago

hatre0 commented 2 years ago

Hi,

Is it possible to save CMplot to an object? e.g. pheno_plot_1 <- CMplot(...) ; pheno_plot_2 <- CMplot(...) I'd like to be able to combine multiple CMplots with something like grid.arrange I've tried file.output=FALSE with file="jpg" and no file parameter and get NULL objects.

Thanks for all your help

YinLiLin commented 2 years ago

Sorry i have no idea about that, i guess it may be unachievable for CMplot to save it as an object.