Subversion Repositories bdplot

Rev

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

Rev 9 Rev 12
Line 42... Line 42...
42
    .BDPars$xlim <- NULL
42
    .BDPars$xlim <- NULL
43
    .BDPars$ylim <- NULL
43
    .BDPars$ylim <- NULL
44
    
44
    
45
    .BDPars$draw.xaxis <- TRUE
45
    .BDPars$draw.xaxis <- TRUE
46
    .BDPars$draw.yaxis <- TRUE
46
    .BDPars$draw.yaxis <- TRUE
-
 
47
    .BDPars$draw.raxis <- FALSE
47
 
48
 
48
    .BDPars$grid <- FALSE
49
    .BDPars$grid <- FALSE
49
    .BDPars$grid.lwd <- 0.3
50
    .BDPars$grid.lwd <- 0.3
50
    ## what are these? NA/TRUE/"Def"? 
51
    ## what are these? NA/TRUE/"Def"? 
51
    .BDPars$grid.h <- NA
52
    .BDPars$grid.h <- NA
Line 96... Line 97...
96
    ## remember to check that for each plot, you may have to do some
97
    ## remember to check that for each plot, you may have to do some
97
    ## exceptions then.
98
    ## exceptions then.
98
    
99
    
99
    ##c(bottom, left, top, right)
100
    ##c(bottom, left, top, right)
100
    .BDPars$mar.nolab <- c(1.5, 1, 0.4, 0.3)
101
    .BDPars$mar.nolab <- c(1.5, 1, 0.4, 0.3)
101
    .BDPars$mar.lab <-  c(2.1, 2.1, 1.9, 1.9)
102
    .BDPars$mar.lab <-  c(2.1, 2.1, 2.1, 2.1)
102
    ## This one can not be set with commands since it is used in this
103
    ## This one can not be set with commands since it is used in this
103
    ## function.
104
    ## function.
104
    mar.lab.half <- c(2.1, 1.9, 1.9, 1.9)
105
    mar.lab.half <- c(2.1, 1.9, 1.9, 1.9)
105
    ##c(2,  2, 1.5, 1.35)
106
    ##c(2,  2, 1.5, 1.35)
106
    
107
    
Line 111... Line 112...
111
    ## Only used if .BDPars$draw.xaxis=TRUE
112
    ## Only used if .BDPars$draw.xaxis=TRUE
112
    ## (?,,)
113
    ## (?,,)
113
    .BDPars$mgp.xaxis <- c(1, -.1, 0)
114
    .BDPars$mgp.xaxis <- c(1, -.1, 0)
114
    ## Only used if .BDPars$draw.yaxis=TRUE
115
    ## Only used if .BDPars$draw.yaxis=TRUE
115
    .BDPars$mgp.yaxis <- c(1, 0.15, 0)
116
    .BDPars$mgp.yaxis <- c(1, 0.15, 0)
-
 
117
    .BDPars$mgp.raxis <- c(1.2, 0.15, 0)
116
    ## This (only first element?) has effect if axis labels are written
118
    ## This (only first element?) has effect if axis labels are written
117
    ## by the plot command. It can also be written by the mtext
119
    ## by the plot command. It can also be written by the mtext
118
    ## command. Only one of these methods should be used in the
120
    ## command. Only one of these methods should be used in the
119
    ## future. I think the mtext way is more flexible, but then the
121
    ## future. I think the mtext way is more flexible, but then the
120
    ## distance should be calculated from the mgp.axis in stead of from
122
    ## distance should be calculated from the mgp.axis in stead of from