Subversion Repositories bdplot

Rev

Rev 26 | Rev 31 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26 Rev 29
Line 153... Line 153...
153
  ## may be good for the screen, but white and yellow are too close for paper.
153
  ## may be good for the screen, but white and yellow are too close for paper.
154
  ## you have a favourite?
154
  ## you have a favourite?
155
    .BDPars$colpal <- .BDPars$colpal.wgr
155
    .BDPars$colpal <- .BDPars$colpal.wgr
156
 
156
 
157
### the first of these is only needed if using jpeg() in bdopen(). But that doesn't work...
157
### the first of these is only needed if using jpeg() in bdopen(). But that doesn't work...
158
    .BDPars$jpeg.quality <- 100  
158
    .BDPars$jpeg.quality <- 100
159
    .BDPars$jpeg.res <- 400
159
    .BDPars$jpeg.res <- 400
160
       
160
       
161
    .BDPars
161
    .BDPars
162
  }
162
  }