R/plotMvaFactor.R

################################################################################
# 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, ...)
 
}
eddelbuettel/mvabund-tests documentation built on May 15, 2019, 10:30 p.m.