Network plot
Visualize net pairwise or pairwise connectedness measures
PlotNetwork( dca, method = "NPDC", path = NULL, name_length = NULL, threshold = 0, width = 10, height = 10, ... )
dca
: Connectedness objectmethod
: Either visualizing NPDC or PCIpath
: Path where plots should be savedname_length
: Length of variable names in the network plotthreshold
: Threshold for bivariate connections between 0 and 1width
: The width of the graphics region in inchesheight
: The height of the graphics region in inches...
: Arguments to be passed to methods, such as graphical parameters (see par).Return connectedness plot
Useful links