plot_auto_lm: Plot automatic linear model

plot_auto_lmR Documentation

Plot automatic linear model

Description

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.

Usage

plot_auto_lm(mdl, which_dbl = 1:6, ncol_1L_int = 3L, label_size_1L_int = 3)

Arguments

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


ready4-dev/specific documentation built on Oct. 13, 2023, 7:54 a.m.