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
plot3d - could not find function "xlim"
5 messages · Tomas Lanczos, jim holtman, Rolf Turner +1 more
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?
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.
(c) xlim is not a function; it is an *argument* (to the plot3d()
function.
cheers,
Rolf Turner
######################################################################
Attention:\ This e-mail message is privileged and confid...{{dropped:9}}
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? More probably the latter one but hard to tell without any example. Thats why: PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. is attached to mails... Stefan
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20081005/3ea1a7f3/attachment.pl>