plot.coenoflex {coenoflex} | R Documentation |
Plots the various components of a coenoflex simulation results
## S3 method for class 'coenoflex' plot(x,which='all',...)
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 |
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’.
plot.coenoflex produces only graphical out and does not return anything.
David W. Roberts droberts@montana.edu
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')