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
NULL, it will be set as the column names automatically.- scaling
one of 'variable', 'data', 'observation' or 'none' to specify how the data is scaled.
- displayOrder
the order of the display
- keep
If
TRUE, return the variables not shown insequenceas well; else only return the variables defined insequence.- as.data.frame
Return a matrix or a data.frame
