| vegan-deprecated | R Documentation |
These functions are provided for compatibility with older versions of vegan only, and may be defunct as soon as the next release.
## use adonis2 instead
adonis(formula, data, permutations = 999, method = "bray",
strata = NULL, contr.unordered = "contr.sum",
contr.ordered = "contr.poly", parallel = getOption("mc.cores"), ...)
orditkplot(x, display = "species", choices = 1:2, width, xlim, ylim,
tcex = 0.8, tcol, pch = 1, pcol, pbg, pcex = 0.7, labels, ...)
## moved to vegan3d package: install from CRAN
orditkplot(x, display = "species", choices = 1:2, width, xlim, ylim,
tcex = 0.8, tcol, pch = 1, pcol, pbg, pcex = 0.7, labels, ...)
## S3 method for class 'orditkplot'
plot(x, ...)
## S3 method for class 'orditkplot'
points(x, pch = x$args$pch, cex = x$args$pcex,
col = x$args$pcol, bg = x$args$pbg, ...)
## S3 method for class 'orditkplot'
text(x, cex = x$args$tcex, col = x$args$tcol,
font = attr(x$labels, "font"), ...)
## S3 method for class 'orditkplot'
scores(x, display, ...)
## use toCoda instead
as.mcmc.oecosimu(x)
as.mcmc.permat(x)
formula, data, permutations, method, parallel, ... |
See
|
strata |
groups (strata) within which to constrain permutations. |
contr.unordered, contr.ordered |
contrasts used for design matrix. |
x |
ordination result |
display, choices |
kind of scores and number of axes. |
width |
size of Tcl/Tk window in inches. |
xlim, ylim, tcex, tcol, pch, pcol, pbg, pcex, labels, cex, col, bg, font |
graphical parameters similar to standard
|
adonis2 replaces adonis with extended
functionality and completely new internal design. The shared arguments
of adonis are similar as in adonis2, but
arguments contr.unordered and contr.ordered can set the
contrasts within adonis.
orditkplot was moved to vegan3d (version
1.3-0). Install that package from CRAN and use in the old way.
Deprecated
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.