R/plotArguments.R

Defines functions plotArguments

Documented in plotArguments

plotArguments<-function(pos.stats=NULL,sig.col=3,xlim=NULL,ylim=NULL,main=NULL,xlab=NULL,
		ylab=NULL,pty="s",lab=c(10,10,7),pch=NULL,sig.cex=1,stats.cex=0.8,
		y.intersp=1.3){
	list(pos.stats=pos.stats,sig.col=sig.col,xlim=xlim,ylim=ylim,main=main,
		xlab=xlab,ylab=ylab,pty=pty,lab=lab,pch=pch,sig.cex=sig.cex,
		stats.cex=stats.cex,y.intersp=y.intersp)
}

Try the siggenes package in your browser

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

siggenes documentation built on Nov. 8, 2020, 6:26 p.m.