Plotting 6 ordinations using euclidean distance, manhattan distance, chord distance, Canberra distance, Bray-Curtis distance (vegdist
) and correlation as distance respectively. Transformation of scores can be adjusted according to x'= x exp(y). All ordinations (pco
) superimposed to PCA solution (pca
) by procrustes
analysis.
pcovar(veg, y, ...)
pcoatest(veg, y=1)# S3 method for default
pcovar(veg, y, ...)
# S3 method for pcovar
plot(x,...,reversals=c(0,0,0,0,0,0))
A vegetation data frame, releves are rows, species columns
Transformation of species scores: x'= x exp(y)
Additional plot paramteters, see par.
Vector reversals=c(0,0,0,0,0,0). When set to 1 the corresponding plot is mirrored vertically.
An object of class "pcovar".
An object of class "pcovar" with at least the following items:
The number of releves
The number of species
Transformation of species scores: x'= x exp(y)
PCA coordinates, euclid used, adjusted by procrustes analysis
PCO coordinates, euclid used, adjusted by procrustes analysis
PCO coordinates, manhattan used, adjusted by procrustes analysis
PCA coordinates, manhattan used, adjusted by procrustes analysis
PCO coordinates, chord distance used, adjusted by procrustes analysis
PCA coordinates, chord distance used, adjusted by procrustes analysis
PCO coordinates, canberra dist. used, adjusted by procrustes analysis
PCA coordinates, canberry dist. used, adjusted by procrustes analysis
PCO coordinates, Bray-Curtis dist. used, adjusted by procrustes analysis
PCA coordinates, Bray-Curtis dist. used, adjusted by procrustes analysis
PCO coord., correlation as dist. used, adjusted by procrustes analysis
PCA coord., correlation as dist. used, adjusted by procrustes analysis
pco
, vegdist
, procrustes
for the main functions used
Wildi, O. 2017. Data Analysis in Vegetation Ecology. 3rd ed. CABI, Oxfordshire, Boston.
# NOT RUN {
o.pcovar<- pcovar(sveg,y=1)
plot(o.pcovar,reversals=c(0,0,0,0,0,0))
# }
Run the code above in your browser using DataLab