plot_sctr_plt_cmprsn | R Documentation |
plot_sctr_plt_cmprsn() is a Plot function that plots data Specifically, this function implements an algorithm to plot scatter plot comparison. The function is called for its side effects and does not return a value.
plot_sctr_plt_cmprsn(
tfd_data_tb,
depnt_var_nm_1L_chr = "utl_total_w",
predd_val_var_nm_1L_chr = "Predicted"
)
tfd_data_tb |
Transformed data (a tibble) |
depnt_var_nm_1L_chr |
Dependent variable name (a character vector of length one), Default: 'utl_total_w' |
predd_val_var_nm_1L_chr |
Predicted value variable name (a character vector of length one), Default: 'Predicted' |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.