
assetsDendrogramPlot
Displays hierarchical clustering dendrogram,
assetsCorEigenPlot
Displays ratio of the largest two eigenvalues,
assetsTreePlot
Displays minimal spanning tree plot. }assetsDendrogramPlot(x, labels = TRUE, title = TRUE, box = TRUE,
method = c(dist = "euclidian", clust = "complete"), ...)
assetsCorEigenPlot(x, labels = TRUE, title = TRUE, box = TRUE,
method = c("pearson", "kendall", "spearman"), ...)
assetsTreePlot(x, labels = TRUE, title = TRUE, box = TRUE,
method = "euclidian", seed = NULL, ...)
TRUE
.TRUE
then default labels will be used,
otherwise the plots will be displayed without labels and the user
can add his own labels.assetsCorgramPlot
a character string,
the type of graph used in the lower panel, for the function
assetsCorEigenPlot
a character string, the method used
to computeTRUE
.as.matrix()
into a matrix object, e.g. like an
object of class timeSeries
, data.frame
, or mts
.MultivariateDistribution
.## LPP2005REC -
x = as.timeSeries(data(LPP2005REC))
head(x)
## assetsDendrogramPlot -
assetsDendrogramPlot(x)
## assetsCorEigenPlot -
assetsCorEigenPlot(x)
## assetsTreePlot -
assetsTreePlot(x)
assetsTreePlot(x)
Run the code above in your browser using DataLab