View source: R/networkProperties.R
calcNetworkBLMetricsPCA | R Documentation |
Calculates a PCA on a matrix of network metrics usinade4::dudi.pca
.
The function automatically excludes covariates with >0.9 correlation
calcNetworkBLMetricsPCA(metricsDT, PLOT = FALSE, dim)
metricsDT |
is a data.table of metrics (columns) calculated for each network (rows) |
PLOT |
logical. controls whether a PCA biplot is produced. |
dim |
is used for faster caching and should be dim(metricsDT) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.