view.te {bio.infer} | R Documentation |
Viewer for taxon-environment relationships.
view.te(coef, plotform = "pdf")
coef |
Taxon-environment coefficient file
(e.g. |
plotform |
Specify output plot format. Options include pdf and windows. |
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"
.
None. Used for side effects.
Lester L. Yuan
## Not run:
data(coef.west.wt)
view.te(coef.west.wt)
## End(Not run)