get.ALEPlots | R Documentation |
Retrieve specific plots from a ALEPlots
object. Unlike subset.ALEPlots()
which returns an ALEPlots
object with the subsetted x_cols
variables and interactions, this get.ALEPlots()
method returns a list of ggplot2::ggplot
objects as specified in the return value description. To retain special ALEPlots
behaviour like plotting, printing, and summarizing multiple plots, use subset.ALEPlots()
instead.
See get.ALE()
for explanation of parameters not described here.
obj |
ALEPlots object from which to retrieve ALE elements. |
type |
character(1). What type of ALEPlots to retrieve: |
cats |
character. The categories (one or more) of a categorical outcome variable to retrieve. To retrieve all categories as individual category plots, leave |
A list of ggplot
objects as described in the documentation for the return value of get.ALE()
. This is different from subset.ALEPlots()
, which returns an ALEPlots
object with the subsetted x_cols
variables and interactions.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.