Subversion Repositories bdplot

Rev

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

Rev 58 Rev 66
Line 124... Line 124...
124
    ## What exactly do these do?
124
    ## What exactly do these do?
125
    ## some control of distances from axis to text?
125
    ## some control of distances from axis to text?
126
    ## mgp for axis commands.
126
    ## mgp for axis commands.
127
    ## Only used if .BDPars$draw.xaxis=TRUE
127
    ## Only used if .BDPars$draw.xaxis=TRUE
128
    ## (?,,)
128
    ## (?,,)
129
    .BDPars$mgp.xaxis <- c(1, -.1, 0)
129
    .BDPars$mgp.xaxis <- c(.7, -.3, 0)
130
    ## Only used if .BDPars$draw.yaxis=TRUE
130
    ## Only used if .BDPars$draw.yaxis=TRUE
131
    .BDPars$mgp.yaxis <- c(1, 0.15, 0)
131
    .BDPars$mgp.yaxis <- c(1, 0.15, 0)
132
    .BDPars$mgp.raxis <- c(1.2, 0.15, 0)
132
    .BDPars$mgp.raxis <- c(1.2, 0.15, 0)
133
    ## This (only first element?) has effect if axis labels are written
133
    ## This (only first element?) has effect if axis labels are written
134
    ## by the plot command. It can also be written by the mtext
134
    ## by the plot command. It can also be written by the mtext