plot.coenoflex: Plotting Coenoflex Results

Description Usage Arguments Details Value Author(s) Examples

Description

Plots the various components of a coenoflex simulation results

Usage

1
2
## 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

1
2
3
4
5
6
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')

Example output

Loading required package: mgcv
Loading required package: nlme
This is mgcv 1.8-28. For overview type 'help("mgcv-package")'.

coenoflex documentation built on May 2, 2019, 2:39 a.m.