View source: R/getPlotNetworkData.R
getPlotNetworkData | R Documentation |
Get data to plot networks
getPlotNetworkData(
covariance.results,
variance.results = NULL,
variance.type = NULL,
covariance.type = "Total_coordination",
only.significant = T
)
covariance.results |
(data frame) correlations output of computeCovariancePartition()$covarianceResults |
variance.results |
(data frame) phylogenetic signal as reported by computeVariancePartition()$varianceResults |
variance.type |
(character) variable name of the phylogenetic signal as reported in varianceResults |
covariance.type |
(character) variable name of the correlation as reported in correlations |
only.significant |
(logical) if TRUE, only significant correlations are plotted |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.