View source: R/get_scaledData.R
get_scaledData | R Documentation |
It is mainly used in serial axes
get_scaledData(
data,
sequence = NULL,
scaling = c("variable", "data", "observation", "none"),
displayOrder = NULL,
keep = FALSE,
as.data.frame = FALSE
)
data |
A data frame |
sequence |
vector with variable names that defines the axes sequence.
If |
scaling |
one of 'variable', 'data', 'observation' or 'none' to specify how the data is scaled. |
displayOrder |
the order of the display |
keep |
If |
as.data.frame |
Return a matrix or a data.frame |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.