performance::check_model() Error: "The RStudio 'Plots' window is too small"

I am having some trouble with the performace::check_model() function.

I have already checked this thread and found that using this works in creating the plots in a png file:

png("model checking plot.png")
nested_models$models[[1]] %>% check_model()
dev.off()

However, I would like to know if it is possible to create the plot in the RStudio windows? I have already enlarged my window size and reduced windows scaling.

I’ve found that you can do very little after maximizing the plot window to take up most of the screen and then zoo to take up the rest other than (sometimes) “Export” and drag the windows of that. Depending on your OS, you may have better luck running the standalone R.app in macOS or the R app under Linux with X

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.