R/plot.taxondive.R

`plot.taxondive` <-
function (x, ...) 
{
	plot(x$Species, x$Dplus, xlab="Number of Species", ylab=expression(Delta^"+"), ...) 
	i <- order(x$Species)
	abline(h=x$EDplus, ...)
	lines(x$Species[i], x$EDplus - 2*x$sd.Dplus[i], ...)
     lines(x$Species[i], x$EDplus + 2*x$sd.Dplus[i], ...)
}

Try the vegan package in your browser

Any scripts or data that you put into this service are public.

vegan documentation built on May 2, 2019, 5:51 p.m.