plotPCO {vegsoup}R Documentation

Plot Principal Coordinates

Description

The function uses capscale to compute the ordination.

Usage

plotPCO(x, display = "sites", ...)

Arguments

x

A Vegsoup* obejct

display

See ordiplot.

...

thresh argument passed to outlier.

Author(s)

Roland Kaiser

Examples

require(vegsoup)

data(windsfeld)
vegdist(windsfeld) <- "bray"
plotPCO(windsfeld, thresh = 0.2)

[Package vegsoup version 0.2-7 Index]