| plot.predict_profile {DALEX} | R Documentation |
Plot Variable Profile Explanations
Description
Plot Variable Profile Explanations
Usage
## S3 method for class 'predict_profile'
plot(x, ...)
Arguments
x |
an object of the class |
... |
other parameters |
Value
An object of the class ggplot.
Plot options
ceteris_paribus
colora character. Either name of a color or name of a variable that should be used for coloringsizea numeric. Size of lines to be plottedalphaa numeric between0and1. Opacity of linesfacet_ncolnumber of columns for thefacet_wrapvariablesif notNULLthen onlyvariableswill be presentedvariable_typea character. Ifnumericalthen only numerical variables will be plotted. Ifcategoricalthen only categorical variables will be plotted.titlea character. Plot title. By default"Ceteris Paribus profile".subtitlea character. Plot subtitle. By defaultNULL- then subtitle is set to "created for the XXX, YYY model", where XXX, YYY are labels of given explainers.categorical_typea character. How categorical variables shall be plotted? Either"lines"(default) or"bars".