Plot an ale_plots
object.
Usage
# S3 method for class 'ale_plots'
plot(x, max_print = 20L, ...)
Arguments
- x
An object of class
ale_plots
.- max_print
integer(1). The maximum number of plots that may be printed at a time. 1D plots and 2D are printed separately, so this maximum applies separately to each dimension of ALE plots, not to all dimensions combined.
- ...
Arguments to pass to
patchwork::wrap_plots()