depict-SpecificSynopsis | R Documentation |
depict method applied to SpecificSynopsis
depict method applied to SpecificProject
## S4 method for signature 'SpecificSynopsis'
depict(
x,
axis_text_sclg_1L_dbl = 1.5,
axis_title_sclg_1L_dbl = 2,
base_height_1L_dbl = 13,
base_size_1L_dbl = 30,
consent_1L_chr = "",
depnt_var_desc_1L_chr = NA_character_,
depnt_var_min_val_1L_dbl = numeric(0),
dim_plot_heights_int = c(10L, 1L),
dim_plot_log_log_tfmn_1L_lgl = F,
dim_plot_rows_cols_pair_int = c(3L, 2L),
labels_chr = c("A", "B", "C", "D"),
label_x_1L_dbl = 0.2,
label_y_1L_dbl = 0.9,
label_size_1L_dbl = 30,
legend_sclg_1L_dbl = 2,
mdl_indcs_int = 1:2,
rel_heights_dbl = c(4, 10, 1),
scale_dbl = c(0.9, 0.9, 0.9),
timepoint_old_nms_chr = NA_character_,
timepoint_new_nms_chr = NA_character_,
use_png_fls_1L_lgl = F,
utl_plot_label_1L_chr = " ",
utl_by_rnd_plots_params_ls = list(width_1L_dbl = 6, height_1L_dbl = 4),
what_1L_chr = "composite_mdl",
write_1L_lgl = F,
x_labels_chr = character(0),
y_label_1L_chr = " ",
...
)
## S4 method for signature 'SpecificProject'
depict(
x,
mdl_indcs_int = NULL,
output_type_1L_chr = "HTML",
plt_indcs_int = NULL,
...
)
x |
An object of class SpecificProject |
axis_text_sclg_1L_dbl |
Axis text scaling (a double vector of length one), Default: 1.5 |
axis_title_sclg_1L_dbl |
Axis title scaling (a double vector of length one), Default: 2 |
base_height_1L_dbl |
Base height (a double vector of length one), Default: 13 |
base_size_1L_dbl |
Base size (a double vector of length one), Default: 30 |
consent_1L_chr |
Consent (a character vector of length one), Default: ” |
depnt_var_desc_1L_chr |
Dependent variable description (a character vector of length one), Default: 'NA' |
depnt_var_min_val_1L_dbl |
Dependent variable minimum value (a double vector of length one), Default: numeric(0) |
dim_plot_heights_int |
Dimension plot heights (an integer vector), Default: c(10L, 1L) |
dim_plot_log_log_tfmn_1L_lgl |
Dimension plot log log transformation (a logical vector of length one), Default: F |
dim_plot_rows_cols_pair_int |
Dimension plot rows columns pair (an integer vector), Default: c(3L, 2L) |
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.2 |
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: 30 |
legend_sclg_1L_dbl |
Legend scaling (a double vector of length one), Default: 2 |
mdl_indcs_int |
Model indices (an integer vector), Default: NULL |
rel_heights_dbl |
Rel heights (a double vector), Default: c(4, 10, 1) |
scale_dbl |
Scale (a double vector), Default: c(0.9, 0.9, 0.9) |
timepoint_old_nms_chr |
Timepoint old names (a character vector), Default: 'NA' |
timepoint_new_nms_chr |
Timepoint new names (a character vector), Default: 'NA' |
use_png_fls_1L_lgl |
Use png files (a logical vector of length one), Default: F |
utl_plot_label_1L_chr |
Utility plot label (a character vector of length one), Default: ' ' |
utl_by_rnd_plots_params_ls |
Utility by round plots parameters (a list), Default: list(width_1L_dbl = 6, height_1L_dbl = 4) |
what_1L_chr |
What (a character vector of length one), Default: 'composite_mdl' |
write_1L_lgl |
Write (a logical vector of length one), Default: F |
x_labels_chr |
X labels (a character vector), Default: character(0) |
y_label_1L_chr |
Y label (a character vector of length one), Default: ' ' |
... |
Additional arguments |
output_type_1L_chr |
Output type (a character vector of length one), Default: 'HTML' |
plt_indcs_int |
Plot indices (an integer vector), Default: NULL |
Plot (a plot)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.