On 3/31/2008 7:05 AM, Hung-Hsuan Chen (Sean) wrote:
> Dear R users
> I am looking for functions that can plot 3 dimensional
> figures *with logarithmic axes*.
> 
> I tried scatterplot3d (under package scatterplot3d) but
> the log parameter is not implemented (although "log"
> appears in the parameter list).
> 
> Does anyone has some suggestions? Thanks a lot

A general way to do this sort of thing is to take the logs yourself, and 
get the general purpose function to draw without axes.  You can then add 
ticks, etc. after the fact.

Duncan Murdoch

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to