getPlotNetworkData: Get data to plot networks

View source: R/getPlotNetworkData.R

getPlotNetworkDataR Documentation

Get data to plot networks

Description

Get data to plot networks

Usage

getPlotNetworkData(
  covariance.results,
  variance.results = NULL,
  variance.type = NULL,
  covariance.type = "Total_coordination",
  only.significant = T
)

Arguments

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


pablosanchezmart/TrEvol documentation built on April 23, 2024, 4:05 p.m.