Displaying 2 results from an estimated 2 matches for "rengi".
Did you mean:
regi
2002 Aug 28
1
plotting barplot in log scale
...n plot.window(xlim, ylim, log = "", ...) :
formal argument "log" matched by multiple actual arguments
I know there's nothing wrong with the rest of the arguments because if I
took out log="y", it plots fine.
I'm using version 4.1 on Linux.
Thanks.
-Rengie
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat...
2002 Sep 19
0
Barplot() with log axis scaling and other features
...UE,
plot.ci = FALSE, ci.l = NULL, ci.u = NULL,
ci.color = "black", ci.lty = "solid", ci.lwd = 1,
plot.grid = FALSE, grid.inc = 5,
grid.lty = "dotted", grid.lwd = 1, grid.col = "black",
...)
In late August, there was a post from Rengie Chan with a query on using
log axis scaling with barplot(), which is presently precluded as coded
as per my reply to his post. I also noted that Paul Murrell has a note
about this on his to-do page at:
http://www.stat.auckland.ac.nz/~paul/R/graphicstodos.html
I have spent some time over the...