| view.te {bio.infer} | R Documentation | 
View taxon-environment relationships
Description
Viewer for taxon-environment relationships.
Usage
view.te(coef, plotform = "pdf")
Arguments
| coef | Taxon-environment coefficient file
(e.g.  | 
| plotform | Specify output plot format. Options include pdf and windows. | 
Details
Generates contour plots that show taxon-environment relationships
represented by taxon-environment coefficients.  Models with a single
explanaotry variable are displayed as line plots, and models with two
explanatory variables are displayed as contour plots.
Plots are returned returned the file taxon.env.pdf is
plotform = "pdf".
Value
None. Used for side effects.
Author(s)
Lester L. Yuan
Examples
## Not run: 
data(coef.west.wt)
view.te(coef.west.wt)
## End(Not run)
[Package bio.infer version 1.3-6 Index]