Learn R Programming

iml (version 0.1)

plot.PDP: Partial dependence plot

Description

plot.PDP() plots a line for a single feature and a tile plot for 2 features.

Usage

# S3 method for PDP
plot(x, ...)

Arguments

x

The partial dependence. A PDP R6 object

...

Further arguments for the objects plot function

Value

ggplot2 plot object

Details

For examples see pdp

See Also

pdp