Subversion Repositories bdplot

Rev

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

Rev 31 Rev 32
Line 156... Line 156...
156
    .BDPars$colpal <- .BDPars$colpal.wgr
156
    .BDPars$colpal <- .BDPars$colpal.wgr
157
 
157
 
158
### the first of these is only needed if using jpeg() in bdopen(). But that doesn't work...
158
### the first of these is only needed if using jpeg() in bdopen(). But that doesn't work...
159
    .BDPars$jpeg.quality <- 100
159
    .BDPars$jpeg.quality <- 100
160
    .BDPars$jpeg.res <- 400
160
    .BDPars$jpeg.res <- 400
-
 
161
 
-
 
162
### debugging mode (gives terminal outputs)
-
 
163
    .BDPars$debug <- FALSE
161
       
164
    
162
    .BDPars
165
    .BDPars
163
  }
166
  }