R/plotMvaFactor.R

Defines functions plotMvaFactor

Documented in plotMvaFactor

################################################################################
# PLOTMVAFACTOR                                                                #
################################################################################
plotMvaFactor <- function(x, 
			y, 
			type="p", 
			main="Abundance", 
			n.vars= min(12,NCOL(x)),
			transformation="log", 
			legend = TRUE, ... ) 
{
	#Send default MVAFACTOR plot.
	default.plotMvaFactor(x, y, 
			type=type, 
			main=main, 
			n.vars=n.vars,
			transformation=transformation, 
			legend=legend, ...)
 
}

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.