PlotCircularWeb | R Documentation |
High-level function for plotting nodes in a circle.
PlotCircularWeb(community,
clockwise = TRUE,
origin.degrees = 0,
proportional.radius = 1,
frame.plot = FALSE,
xlim = c(-1,1),
ylim = c(-1,1),
...)
community |
an object of class |
clockwise |
logical - if |
origin.degrees |
the angle in degrees at which the first node in
|
proportional.radius |
a value between 0 and 1. |
frame.plot |
logical. |
xlim |
limits of the x axis. |
ylim |
limits of the y axis. |
... |
other values to |
Lawrence Hudson
Community
,
PlotBSpectrum
,
PlotWagonWheel
,
PlotNPS
,
PlotNPSDistribution
,
PlotNSpectrum
,
PlotRankNPS
,
PlotTLPS
,
PlotWebByLevel
data(TL84)
PlotCircularWeb(TL84)
# Plot the first node at the 6 o'clock position
PlotCircularWeb(TL84, origin.degrees=180)
# Plot the first node at the 6 o'clock position and plot nodes
# counter-clockwise
PlotCircularWeb(TL84, origin.degrees=180, clockwise=FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.