get_scaledData.Rd
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
)
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 data
, variable
, observation
or
none
(not suggested the layout is the same with data
) 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