Subversion Repositories bdplot

Rev

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

Rev 68 Rev 69
Line 195... Line 195...
195
           ...)
195
           ...)
196
      addcase <- "plotx"
196
      addcase <- "plotx"
197
    }
197
    }
198
  } else if( class(x) == "acf"){
198
  } else if( class(x) == "acf"){
199
    ## Not cleaned up/checked
199
    ## Not cleaned up/checked
200
    plot(x, xlab="", ylab="", xaxt=xaxt, yaxt=yaxt, cex=prm$cex.plot, xlim=prm$xlim, ylim=prm$ylim,col=col,...)
200
    plot(x, xlab="", xaxt=xaxt, yaxt=yaxt, cex=prm$cex.plot, xlim=xlim, ylim=ylim,col=col,ylab=ylab,...)
201
  }  else if( class(x) == "histogram"){
201
  }  else if( class(x) == "histogram"){
202
    ## Notice: the color of the bars can ONLY be set width bdp(hcol="color").
202
    ## Notice: the color of the bars can ONLY be set width bdp(hcol="color").
203
    if(prm$debug) {browser()}
203
    if(prm$debug) {browser()}
204
    if(is.null(freq)){
204
    if(is.null(freq)){
205
    freq=TRUE}
205
    freq=TRUE}