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
)
A data frame
vector with variable names that defines the axes sequence.
If NULL
, it will be set as the column names automatically.
one of 'variable', 'data', 'observation' or 'none' to specify how the data is scaled.
the order of the display
If TRUE
, return the variables not shown in sequence
as well;
else only return the variables defined in sequence
.
Return a matrix or a data.frame