Subversion Repositories bdplot

Rev

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

Rev 56 Rev 58
Line 113... Line 113...
113
    ##c(bottom, left, top, right)
113
    ##c(bottom, left, top, right)
114
    .BDPars$mar.nolab <- c(1.5, 1, 0.4, 0.3)
114
    .BDPars$mar.nolab <- c(1.5, 1, 0.4, 0.3)
115
    .BDPars$mar.lab <-  c(2.1, 2.1, 2.1, 2.1)
115
    .BDPars$mar.lab <-  c(2.1, 2.1, 2.1, 2.1)
116
    ## This one can not be set with commands since it is used in this
116
    ## This one can not be set with commands since it is used in this
117
    ## function.
117
    ## function.
118
    mar.lab.half <- c(2.1, 1.9, 1.9, 1.9)
118
    .BDPars$mar.lab.half <- c(2.1, 1.9, 1.9, 1.9)
119
    ##c(2,  2, 1.5, 1.35)
119
    ##c(2,  2, 1.5, 1.35)
120
    
120
 
-
 
121
    ## In case there is a main title, how much extra top margin
-
 
122
    .BDPars$mar.main <- 2
121
  
123
  
122
    ## What exactly do these do?
124
    ## What exactly do these do?
123
    ## some control of distances from axis to text?
125
    ## some control of distances from axis to text?
124
    ## mgp for axis commands.
126
    ## mgp for axis commands.
125
    ## Only used if .BDPars$draw.xaxis=TRUE
127
    ## Only used if .BDPars$draw.xaxis=TRUE
Line 173... Line 175...
173
    .BDPars$jpeg.res <- 400
175
    .BDPars$jpeg.res <- 400
174
 
176
 
175
### debugging mode (gives terminal outputs)
177
### debugging mode (gives terminal outputs)
176
    .BDPars$debug <- FALSE
178
    .BDPars$debug <- FALSE
177
    
179
    
178
    .BDPars
180
    return(.BDPars)
179
  }
181
  }