This method allows corrgrapher objects to be displayed nicely in knitr/rmarkdown documents.
# S3 method for corrgrapher knit_print(x, ...)
| x | An object of |
|---|---|
| ... | Other parameters, passed directly to |
2 objects will be displayed: graph of correlations on the left and a plot on the right.
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.