print.corrgrapher: Print S3 method

Description Usage Arguments

View source: R/print_corrgrapher.R

Description

This method allows corrgrapher objects to be displayed nicely in RStudio viewer.

Usage

1
2
## S3 method for class 'corrgrapher'
print(x, ...)

Arguments

x

An object of corrgrapher class. See corrgrapher function.

...

Other parameters, passed directly to save_to_html function. If x was created from explainer, the plot will visualize partial dependency of the currently selected variable. In other case, the plot will visualize distribution of the variable.


corrgrapher documentation built on Oct. 23, 2020, 8:14 p.m.