Skip to contents

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()

Value

Invisibly returns x.

Examples

if (FALSE) { # \dontrun{
my_object <- structure(list(name = "Example", value = 42), class = "my_class")
print(my_object)
} # }