PlotNetwork: Network plot

View source: R/PlotNetwork.R

PlotNetworkR Documentation

Network plot

Description

Visualize net pairwise or pairwise connectedness measures

Usage

PlotNetwork(
  dca,
  method = "NPDC",
  path = NULL,
  name_length = NULL,
  threshold = 0.25,
  ...
)

Arguments

dca

Connectedness object

method

Either visualizing NPDC or PCI

path

Path where plots should be saved

name_length

Length of variable names in the network plot

threshold

Threshold for bivariate connections between 0 and 1

...

Arguments to be passed to methods, such as graphical parameters (see par).

Value

Return connectedness plot


ConnectednessApproach documentation built on Aug. 31, 2022, 5:05 p.m.