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

Add ncol or nrow to plot.see_check_model() #260

Open
mattansb opened this issue Jan 12, 2023 · 2 comments
Open

Add ncol or nrow to plot.see_check_model() #260

mattansb opened this issue Jan 12, 2023 · 2 comments

Comments

@mattansb
Copy link
Member

The plot for check_model() is quite "tall" - would be nice to have it wider, or better yet - controllable by the user.

@strengejacke
Copy link
Member

For now, you can return each panel as single plot and compose it in a way you want. But we have:

  if (panel) {
    pw <- plots(p, n_columns = 2)
    .safe_print_plots(pw)
    invisible(pw)
  } else {
    return(p)
  }

so we could simply add an n_column argument (not sure right now how this is named in other functions, but we have this in several plotting functions).

@bwiernik
Copy link
Contributor

I'll add arguments to control the dimensions

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

3 participants