R/boxplot.mvformula.R

################################################################################
# BOXPLOT.mvformula: Display the abundances of several species and their       #
# relation to explanatory variables in boxplots                                #
################################################################################
boxplot.mvformula <- function (x, 
				n.vars=12, 
				overall.main="", 
				var.subset=NA,
				... )
{

	#pass all arguments to default function call.
	default.boxplot.mvformula(x=x, 
				n.vars=n.vars, 
				overall.main=overall.main, 
				var.subset=var.subset,
				...)

}

Try the mvabund package in your browser

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

mvabund documentation built on March 18, 2022, 7:25 p.m.