Subversion Repositories bdplot

Rev

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

Rev 5 Rev 7
Line 128... Line 128...
128
    .BDPars$xlabLine <- 0.9
128
    .BDPars$xlabLine <- 0.9
129
    .BDPars$ylabLine <- 1.1
129
    .BDPars$ylabLine <- 1.1
130
 
130
 
131
### Histograms.
131
### Histograms.
132
    ## If you really want to play with this, the barplot may be more flexible.
132
    ## If you really want to play with this, the barplot may be more flexible.
133
    ## The default color of the bars in a histogram. NULL is none. See col in ?histogram.
133
    ## The default color of the bars in a histogram and in barplot. NULL is default for both (white for histogram, grey for barplot). See col in ?histogram.
134
    .BDPars$hcol <- NULL
134
    .BDPars$hcol <- NULL
135
    ## Color of the borders of the bars 
135
    ## Color of the borders of the bars 
136
    .BDPars$border <- .BDPars$col
136
    .BDPars$border <- .BDPars$col
137
    
137
    
138
    ## A color map. This could be implemented for lattice/trellis plots?
138
    ## A color map. This could be implemented for lattice/trellis plots?