Skip to contents

plot_individual_fit() is a Plot function that plots data. Specifically, this function implements an algorithm to plot individual fit. The function returns Individual fit (a plot).

Usage

plot_individual_fit(
  cvdn_ds_tb,
  clss_var_nm_1L_chr = "Classes",
  fold_var_nm_1L_chr = "Fold",
  legend_label_1L_chr = "Datasets"
)

Arguments

cvdn_ds_tb

Cross-validation dataset (a tibble)

clss_var_nm_1L_chr

Classes variable name (a character vector of length one), Default: 'Classes'

fold_var_nm_1L_chr

Fold variable name (a character vector of length one), Default: 'Fold'

legend_label_1L_chr

Legend label (a character vector of length one), Default: 'Datasets'

Value

Individual fit (a plot)