View source: R/unexported_loon_functions.R
get_scaledData | R Documentation |
It is mainly used in serial axes
get_scaledData(
data,
sequence = NULL,
scaling = c("data", "variable", "observation", "none"),
displayOrder = NULL,
reserve = FALSE,
as.data.frame = FALSE
)
data |
A data frame |
sequence |
vector with variable names that defines the axes sequence.
If |
scaling |
one of |
displayOrder |
the order of the display |
reserve |
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.