Plot comparisons of smooths
# S3 method for compare_smooths
draw(object, ncol = NULL, nrow = NULL, guides = "collect", ...)
of class "compare_smooths"
, the result of a call to
compare_smooths()
.
numeric; the numbers of rows and columns over which to spread the plots
character; one of "keep"
(the default), "collect"
, or
"auto"
. Passed to patchwork::plot_layout()
additional arguments passed to patchwork::wrap_plots()
.