powered by
High-level functions for plotting distributions of node properties.
PlotNPSDistribution(community, property, main = CPS(community)$title, density.args = list(), ...)PlotBDistribution(community, xlab = Log10BLabel(community), ...)PlotMDistribution(community, xlab = Log10MLabel(community), ...)PlotNDistribution(community, xlab = Log10NLabel(community), ...)PlotDegreeDistribution(community, xlab = "Number of links", ...)
PlotBDistribution(community, xlab = Log10BLabel(community), ...)
PlotMDistribution(community, xlab = Log10MLabel(community), ...)
PlotNDistribution(community, xlab = Log10NLabel(community), ...)
PlotDegreeDistribution(community, xlab = "Number of links", ...)
an object of class Community.
Community
the name of a property that is plotted on the y axis. Must meet the criteria of the properties parameter of NPS.
properties
NPS
title of the plot.
arguments passed to R's density function.
density
title of the x axis.
other values to plot functions.
Lawrence Hudson
The convenience functions PlotBDistribution, PlotMDistribution and PlotNDistribution are wrappers around PlotNPSDistribution.
PlotBDistribution
PlotMDistribution
PlotNDistribution
PlotNPSDistribution
Community, NPS, DegreeDistribution, PlotCircularWeb, PlotNPS, PlotNPSDistribution, PlotRankNPS, PlotTLPS, PlotWebByLevel
DegreeDistribution
PlotCircularWeb
PlotNPS
PlotRankNPS
PlotTLPS
PlotWebByLevel
data(TL84) PlotMDistribution(TL84) # A bandwidth of 3 PlotMDistribution(TL84, density.args=list(bw=3)) PlotDegreeDistribution(TL84)
Run the code above in your browser using DataLab