plot_auto_lm | R Documentation |
plot_auto_lm() is a Plot function that plots data Specifically, this function implements an algorithm to plot automatic linear model. The function is called for its side effects and does not return a value.
plot_auto_lm(mdl, which_dbl = 1:6, ncol_1L_int = 3L, label_size_1L_int = 3)
mdl |
Model (a model) |
which_dbl |
Which (a double vector), Default: 1:6 |
ncol_1L_int |
Number of columns (an integer vector of length one), Default: 3 |
label_size_1L_int |
Label size (an integer vector of length one), Default: 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.