plot.coenoflex {coenoflex} | R Documentation |
Plotting Coenoflex Results
Description
Plots the various components of a coenoflex simulation results
Usage
## S3 method for class 'coenoflex'
plot(x,which='all',...)
Arguments
x |
an object of class ‘coenoflex’ |
which |
a switch to control ploting just ‘plots’, ‘species’, ‘amplitude’, or ‘all’ attributes |
... |
ancillary arguments for the plot generic function |
Details
coenoflex generates a complex object of class ‘coenoflex’ with
simulated vegetation samples and species response curves. plot.coenoflex
graphs the results in a series of panels depending on the argument
‘which’.
Value
plot.coenoflex produces only graphical out and does not return anything.
Author(s)
David W. Roberts droberts@montana.edu
Examples
example <- coenoflex(numgrd=3,numplt=100,numspc=100,grdtyp=c('e','e','e'),
grdlen=c(300,200,100),width=c(100,75,50),variab=c(20,20,20),
grdprd=c(0,0,0),alphad=c(1,1,1),pdist='r',sdist='r',
skew=3.0,aacorr=0.0,cmpasy=3.0,cmpphy=0.0,maxtot=100,
noise=20,slack=0.2,autlin='irm(1,2,3)')
## Not run: plot(example,which='all')
[Package coenoflex version 2.2-0 Index]