Learn R Programming

bio.infer (version 1.3-6)

view.te: View taxon-environment relationships

Description

Viewer for taxon-environment relationships.

Usage

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.

Value

None. Used for side effects.

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".

Examples

Run this code
# NOT RUN {
data(coef.west.wt)
view.te(coef.west.wt)
# }

Run the code above in your browser using DataLab