Subversion Repositories bdplot

Rev

Rev 59 | Rev 61 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59 Rev 60
Line 314... Line 314...
314
 
314
 
315
  ##Title stuff
315
  ##Title stuff
316
  ## Hvorfor??
316
  ## Hvorfor??
317
  scale <- 1
317
  scale <- 1
318
 
318
 
319
 
-
 
320
  if( !is.na(prm$tlab) ){
319
  if( !is.na(prm$tlab) ){
321
    mtext(prm$tlab, side=3, line=0.25, cex=prm$cex.lab/scale)
320
    mtext(prm$tlab, side=3, line=0.25, cex=prm$cex.lab/scale)
322
  }
321
  }
323
  if( !is.na(prm$rlab) ){
322
  if( !is.na(prm$rlab) ){
324
    mtext(prm$rlab, side=4, line=0.75, cex=prm$cex.lab/scale,mgp=prm$mgp.raxis)
323
    mtext(prm$rlab, side=4, line=0.75, cex=prm$cex.lab/scale,mgp=prm$mgp.raxis)