Subversion Repositories bdplot

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

###### warning: line is set manually. Should be a bdp() var, I guess.
bdmtext <- function(text,side){
  mtext(text, side=side, line=0.75,cex=bdp()$cex.plot,mgp=bdp()$mgp.raxis)
}