Re: [R] plot3d - could not find function "xlim"

2008-10-05 Thread Tomas Lanczos
Hello, thank You for Your reply. You are absolutely right, I am a bit tired, forgot to attach the code. I am very sorry about that, as well as I did not recognize that the error message came as a consequence of misstyping the code, my fault again (a real guru maybe recognize this as a misstype

Re: [R] plot3d - could not find function "xlim"

2008-10-05 Thread Stefan Grosse
On Sun, 05 Oct 2008 19:32:41 +0200 Tomas Lanczos wrote: TL> when I tried to apply xlim, ylim, zlim functions to the TL> plot3d/decorate3d, inspite all the help documentation I got this TL> errormessage: TL> TL> ERROR: could not find function "xlim" TL> TL> Is it a bug or possibly my fault? Mor

Re: [R] plot3d - could not find function "xlim"

2008-10-05 Thread Rolf Turner
On 6/10/2008, at 6:32 AM, Tomas Lanczos wrote: when I tried to apply xlim, ylim, zlim functions to the plot3d/decorate3d, inspite all the help documentation I got this errormessage: ERROR: could not find function "xlim" Is it a bug or possibly my fault? (a) RTFM. (b) Read the posting guide

Re: [R] plot3d - could not find function "xlim"

2008-10-05 Thread jim holtman
Seems to work fine for me: plot3d(x, y, z, col=rainbow(1000), size=2, xlim=c(-5,5)) It would help if you "read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code." Since you did not post your code, I assume that there

[R] plot3d - could not find function "xlim"

2008-10-05 Thread Tomas Lanczos
when I tried to apply xlim, ylim, zlim functions to the plot3d/decorate3d, inspite all the help documentation I got this errormessage: ERROR: could not find function "xlim" Is it a bug or possibly my fault? regards tomas __ R-help@r-project.org ma