Skip to content

plot3d - could not find function "xlim"

5 messages · Tomas Lanczos, jim holtman, Rolf Turner +1 more

#
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
#
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:

  
    
#
On 6/10/2008, at 6:32 AM, Tomas Lanczos wrote:

            
(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