Subversion Repositories bdplot

Rev

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

Rev 28 Rev 29
Line 58... Line 58...
58
         col=col,
58
         col=col,
59
         main=main,
59
         main=main,
60
         ...)
60
         ...)
61
  } else if (is.numeric(x)){
61
  } else if (is.numeric(x)){
62
    if(prm$method=="barplot"){
62
    if(prm$method=="barplot"){
-
 
63
      ## this does not provide the full x,y functionality of barplot
63
      barplot(height=x,
64
      barplot(height=x,
64
              ## maybe these two are wrong/stupid?
65
              ## maybe these two are wrong/stupid?
65
              cex.axis=prm$cex.lab,
66
              cex.axis=prm$cex.lab,
66
              cex.names=prm$cex.lab,
67
              cex.names=prm$cex.lab,
67
              col=bdp()$hcol,
68
              col=bdp()$hcol,