plot.comstab {comstab} | R Documentation |
Plotting a comstab
object
Description
Plotting method for object inheriting from class "comstab".
Usage
## S3 method for class 'comstab'
plot(x, ..., xlab = "", ylab = "Log scale", cex.comp = 1)
Arguments
x |
object of class |
... |
other parameters to be passed through to plotting functions. |
xlab |
a label for the x axis, removed by defaults. |
ylab |
a label for the y axis, defaults to 'Log scale'. |
cex.comp |
A numerical value giving the label size of stabilizing components. This is an absolute measure, not scaled by par("cex"). |
Value
No return value, graphical function.
Author(s)
Jules Segrestin, jsegrestin@gmail.com
Examples
require(graphics)
# Simulates a custom community time series using 'comTS()':
z <- comTS(nsp = 10, ny = 30, even = 0.6, mvs = 1.5, sync = "0")
# Runs the partitioning of the community coefficient of variation:
x <- partitionR(z)
# Plots the result
plot(x)
[Package comstab version 0.0.3 Index]