enhance-SpecificSynopsis | R Documentation |
enhance method applied to SpecificSynopsis
## S4 method for signature 'SpecificSynopsis'
enhance(
x,
depnt_var_nms_chr = NA_character_,
depnt_var_min_val_1L_dbl = numeric(0),
what_1L_chr = "shareable_outp_ls",
with_1L_chr = "results_ls",
...
)
x |
An object of class SpecificSynopsis |
depnt_var_nms_chr |
Dependent variable names (a character vector), Default: 'NA' |
depnt_var_min_val_1L_dbl |
Dependent variable minimum value (a double vector of length one), Default: numeric(0) |
what_1L_chr |
What (a character vector of length one), Default: 'shareable_outp_ls' |
with_1L_chr |
With (a character vector of length one), Default: 'results_ls' |
... |
Additional arguments |
x (An object of class SpecificSynopsis)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.