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