Subversion Repositories bdplot

Rev

Rev 55 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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