depict-ScorzProfile | R Documentation |
depict method applied to ScorzProfile
## S4 method for signature 'ScorzProfile'
depict(
x,
heights_int = NA_integer_,
plot_rows_cols_pair_int = NA_integer_,
tfmn_1L_chr = "title",
type_1L_chr = "item_by_time",
y_label_1L_chr = "",
var_idcs_int = NA_integer_,
...
)
x |
An object of class ScorzProfile |
heights_int |
Heights (an integer vector), Default: NA |
plot_rows_cols_pair_int |
Plot rows columns pair (an integer vector), Default: NA |
tfmn_1L_chr |
Transformation (a character vector of length one), Default: 'title' |
type_1L_chr |
Type (a character vector of length one), Default: 'item_by_time' |
y_label_1L_chr |
Y label (a character vector of length one), Default: ” |
var_idcs_int |
Variable idcs (an integer vector), Default: NA |
... |
Additional arguments |
Plot (an output object of multiple potential types)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.