
rankDC(g, y, dc = c("chord", "bray", "euclidean", "chi.square", "gower"),
method = "spearman")## S3 method for class 'rankDC':
plot(x, sort = TRUE, decreasing = FALSE,
xlab = "Rank correlation", color = "blue",
pch = 21, bg = "blue", lcolor = "grey",
lty = "solid", \dots)
## S3 method for class 'rankDC':
dotplot(x, data = NULL, sort = TRUE, decreasing = FALSE,
xlab = "Rank correlation", \dots)
method
argument of cor
."rankDC"
.dotchart
.rankindex
from package vegan. For the
dotplot
method, see dotplot
.data(swappH)
data(swapdiat)
rc <- rankDC(swappH, swapdiat, dc = c("chord","euclidean","gower"))
## base plot uses dotchart()
plot(rc)
## lattice version of the base plot
dotplot(rc)
Run the code above in your browser using DataLab