Subversion Repositories bdplot

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
55 pdel 1
###### warning: line is set manually. Should be a bdp() var, I guess.
2
bdmtext <- function(text,side){
3
  mtext(text, side=side, line=0.75,cex=bdp()$cex.plot,mgp=bdp()$mgp.raxis)
4
}
5