make_cmpst_sctr_and_dnst_plt | R Documentation |
make_cmpst_sctr_and_dnst_plt() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make composite scatter and density plot. The function returns Composite (a plot).
make_cmpst_sctr_and_dnst_plt(
outp_smry_ls,
output_data_dir_1L_chr = NA_character_,
predr_var_nms_chr = NA_character_,
base_size_1L_dbl = 16,
correspondences_lup = NULL,
depnt_var_min_val_1L_dbl = numeric(0),
depnt_var_desc_1L_chr = NA_character_,
labels_chr = c("A", "B", "C", "D"),
label_x_1L_dbl = 0.1,
label_y_1L_dbl = 0.9,
label_size_1L_dbl = 22,
mdl_indcs_int = 1:2,
use_png_fls_1L_lgl = T
)
outp_smry_ls |
Output summary (a list) |
output_data_dir_1L_chr |
Output data directory (a character vector of length one), Default: 'NA' |
predr_var_nms_chr |
Predictor variable names (a character vector), Default: 'NA' |
base_size_1L_dbl |
Base size (a double vector of length one), Default: 16 |
correspondences_lup |
Correspondences (a lookup table), Default: NULL |
depnt_var_min_val_1L_dbl |
Dependent variable minimum value (a double vector of length one), Default: numeric(0) |
depnt_var_desc_1L_chr |
Dependent variable description (a character vector of length one), Default: 'NA' |
labels_chr |
Labels (a character vector), Default: c("A", "B", "C", "D") |
label_x_1L_dbl |
Label x (a double vector of length one), Default: 0.1 |
label_y_1L_dbl |
Label y (a double vector of length one), Default: 0.9 |
label_size_1L_dbl |
Label size (a double vector of length one), Default: 22 |
mdl_indcs_int |
Model indices (an integer vector), Default: 1:2 |
use_png_fls_1L_lgl |
Use png files (a logical vector of length one), Default: T |
Composite (a plot)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.