plot_wa: Plot centroids and ranges

Description Usage Arguments Details Value See Also Examples

Description

Plot species centroids and ranges in ordinations.

Usage

1
2
plot_wa(spe, mod, xexp = 1.6, yexp = 1, pick = NULL, lcol,
  buff = 0.1, ...)

Arguments

spe

species abundance matrix used in mod

mod

ordination model from vegan

xexp, yexp

numeric, expansion factor making room for x,y labels

pick

numeric, single ordination axis to plot (default = NULL will plot first 2 axes as a biplot)

lcol

color for range lines

buff

numeric, expansion factor giving buffer around range lines

...

additional arguments passed to ordiplot

Details

Plot species centroids and ranges in ordination spaces or single ordination axes.

Value

Plots to device.

See Also

ordiplot

Examples

1
2
3
4
data(veg) # load('./data/veg.rda', verbose=T)
spe <- veg$spe
m <- vegan::metaMDS(vegan::vegdist(spe), trace=0)
plot_wa(spe, m, cex=0.7, las=1)

phytomosaic/foggy documentation built on Nov. 5, 2019, 12:20 a.m.