R/whitt.plot.R

Defines functions whitt.plot

whitt.plot <- function(abund_vect) {
	try(plot(vegan::rad.lognormal(round(abund_vect, digits=0), log="y"), pch=20, main=rownames(abund_vect), bty="l"))
	try(legend("topright", lwd=3, legend=c("Lognormal"), bty="n"))                       
}

Try the ausplotsR package in your browser

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

ausplotsR documentation built on Nov. 17, 2023, 9:06 a.m.