Subversion Repositories bdplot

Rev

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

Rev 60 Rev 61
Line 200... Line 200...
200
  }  else if( class(x) == "histogram"){
200
  }  else if( class(x) == "histogram"){
201
    ## Notice: the color of the bars can ONLY be set width bdp(hcol="color").
201
    ## Notice: the color of the bars can ONLY be set width bdp(hcol="color").
202
    plot(x,
202
    plot(x,
203
         xlab=xlab,ylab=ylab,
203
         xlab=xlab,ylab=ylab,
204
         main=main,freq=freq,
204
         main=main,freq=freq,
-
 
205
         ylim=ylim,
205
         xaxt=xaxt,yaxt=yaxt,col=bdp()$hcol,
206
         xaxt=xaxt,yaxt=yaxt,col=bdp()$hcol,
206
         border=border,
207
         border=border,
207
         ...)
208
         ...)
208
  } else if( class(x) == "trellis"){
209
  } else if( class(x) == "trellis"){
209
    ## Not cleaned up/checked
210
    ## Not cleaned up/checked