[R] log axis error

Marc Schwartz mschwartz at medanalytics.com
Sun Dec 22 01:40:08 CET 2002


> -----Original Message-----
> From: r-help-admin at stat.math.ethz.ch 
> [mailto:r-help-admin at stat.math.ethz.ch] On Behalf Of Jeremy Z Butler
> Sent: Saturday, December 21, 2002 6:24 PM
> To: r-help at stat.math.ethz.ch
> Subject: [R] log axis error
> 
> 
> Hi,
> When trying to benerate a barplot with a log y axis from a 
> data matrix I get an error which I just cant figure out:
> 
> > barplot(col.groups,beside=T,log="y")
> Error in plot.window(xlim, ylim, log = "", ...) :
>         formal argument "log" matched by multiple actual arguments
> 
> Can anyone tell me what this error means and possible 
> solutions Cheers, Jeremy

Jeremy,

Log scale axes are not presently supported in barplot().

Look for the barplot2() function in the gregmisc package on CRAN.
That supports log scale axes and other features.

If you have any questions on its use, let me know.

Best regards,

Marc Schwartz




More information about the R-help mailing list