Subversion Repositories bdplot

Rev

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

bdaxis <- function(side,...){

  switch(side,
         {mgp <- bdp()$mgp.xaxis },
         {mgp <- bdp()$mgp.yaxis },
         {mgp <- bdp()$mgp.taxis },
         {mgp <- bdp()$mgp.raxis }
         ) 
  axis(side, mgp=mgp, lwd=bdp()$lwd,...)
}