Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plots cannot be combined individually #67

Open
nmueller18 opened this issue Jun 20, 2024 · 0 comments
Open

Plots cannot be combined individually #67

nmueller18 opened this issue Jun 20, 2024 · 0 comments
Assignees

Comments

@nmueller18
Copy link
Member

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".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants