Subversion Repositories bdplot

Rev

Rev 66 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 66 Rev 72
Line 74... Line 74...
74
    .BDPars$cex.main <- .7
74
    .BDPars$cex.main <- .7
75
    .BDPars$cex.sub <- .5
75
    .BDPars$cex.sub <- .5
76
    ##
76
    ##
77
    ## This has no effect on the axis label sizes if they are
77
    ## This has no effect on the axis label sizes if they are
78
    ## substituted with psfrag.
78
    ## substituted with psfrag.
79
    .BDPars$cex.lab <- .6
79
    .BDPars$cex.lab <- .7
80
    ## font size on the axis indexing
80
    ## font size on the axis labels
81
    .BDPars$cex.axis <- .5
81
    .BDPars$cex.axis <- .6
82
    ## line width
82
    ## line width
83
    .BDPars$lwd <- 0.5
83
    .BDPars$lwd <- 0.5
84
    ## length of tick marks. positive values put the ticks inside the
84
    ## length of tick marks. positive values put the ticks inside the
85
    ## plots.
85
    ## plots.
86
    .BDPars$tcl <- -.2
86
    .BDPars$tcl <- -.2
Line 119... Line 119...
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
121
    ## In case there is a main title, how much extra top margin
122
    .BDPars$mar.main <- 2
122
    .BDPars$mar.main <- 2
123
  
123
  
124
    ## What exactly do these do?
-
 
125
    ## some control of distances from axis to text?
-
 
126
    ## mgp for axis commands.
124
    ## mgp for axis commands.
127
    ## Only used if .BDPars$draw.xaxis=TRUE
125
    ## Only used if .BDPars$draw.xaxis=TRUE or bdaxis is used manually after the plot has been drawn.
128
    ## (?,,)
126
    ## (?,,)
129
    .BDPars$mgp.xaxis <- c(.7, -.3, 0)
127
    .BDPars$mgp.xaxis <- c(.8, -.1, 0)
130
    ## Only used if .BDPars$draw.yaxis=TRUE
128
    ## Only used if .BDPars$draw.yaxis=TRUE
131
    .BDPars$mgp.yaxis <- c(1, 0.15, 0)
129
    .BDPars$mgp.yaxis <- c(1, 0.15, 0)
132
    .BDPars$mgp.raxis <- c(1.2, 0.15, 0)
130
    .BDPars$mgp.raxis <- c(1.2, 0.15, 0)
133
    ## This (only first element?) has effect if axis labels are written
131
    ## This (only first element?) has effect if axis labels are written
134
    ## by the plot command. It can also be written by the mtext
132
    ## by the plot command. It can also be written by the mtext