You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, it is possible to show individual plots without prompt by, e. g., plot(lifetable, display = "dx"). However, it is not possible to combine individual plots, e. g. by ggpubr::ggarrange(plot(lifetable, display = "dx"), plot(lifetable, display = "lx"), ncol = 2. This throws the error Cannot convert object of class list into a grob. Likewise, pl <- plot(lifetable, display = "dx") does not save a grob-object for later use but a list with the sole entry "ask - FALSE".
The text was updated successfully, but these errors were encountered:
Currently, it is possible to show individual plots without prompt by, e. g.,
plot(lifetable, display = "dx")
. However, it is not possible to combine individual plots, e. g. byggpubr::ggarrange(plot(lifetable, display = "dx"), plot(lifetable, display = "lx"), ncol = 2
. This throws the errorCannot convert object of class list into a grob
. Likewise,pl <- plot(lifetable, display = "dx")
does not save a grob-object for later use but a list with the sole entry "ask - FALSE".The text was updated successfully, but these errors were encountered: