get_scaledData {ggmulti} | R Documentation |
scale data
Description
It is mainly used in serial axes
Usage
get_scaledData(
data,
sequence = NULL,
scaling = c("data", "variable", "observation", "none"),
displayOrder = NULL,
reserve = FALSE,
as.data.frame = FALSE
)
Arguments
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 |
[Package ggmulti version 1.0.7 Index]