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

jim holtman jholtman at gmail.com
Sun Oct 5 21:38:30 CEST 2008


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 is an unknown error in it.

On Sun, Oct 5, 2008 at 1:32 PM, Tomas Lanczos <lanczos at t-zones.sk> 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?
>
> regards
>
> tomas
>
> ______________________________________________
> R-help at 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.
>



-- 
Jim Holtman
Cincinnati, OH
+1 513 646 9390

What is the problem that you are trying to solve?



More information about the R-help mailing list