SVDplot(object, order = 1, center = c("rowwise", "colwise", "double"), plot = TRUE)
fds
.center = "double"
, the functional mean is determined
as: colmean(data) + rowmean(data) - mean(data)plot = TRUE
, it returns a plot.
When plot = FALSE
, it returns the following:x
label of the graph.y
label of the graph.(p * n)
data matrix, where p
is the total number of covariates and n
is the total number of curves.
The main advantage of this dynamic plot is to visualize both column and row information of a two-way matrix
simultaneously, relate the matrix to the corresponding curves, show local variations, and highlight interactions
between columns and rows of a two-way matrix.fboxplot
, svd