view.te: View taxon-environment relationships

Description Usage Arguments Details Value Author(s) Examples

Description

Viewer for taxon-environment relationships.

Usage

1
view.te(coef, plotform = "pdf")

Arguments

coef

Taxon-environment coefficient file (e.g. coef.west.wt)

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

1
2
3
4
## Not run: 
data(coef.west.wt)
view.te(coef.west.wt)
## End(Not run)

bio.infer documentation built on Sept. 2, 2020, 5:08 p.m.

Related to view.te in bio.infer...