[R] Plot z=f(x,y) analytically

2015-08-19 Thread chappo007
Hi, I've been led to believe that in R it is possible to produce a 3d analytical plot of a function. I've been pointed in the direction of plot3d(), so the command is something like plot3d(x^2+y^2,(x,-3,3),(y,-3,3)). And a smart person out there is going to tell me where this syntax comes from

Re: [R] Plot z=f(x,y) analytically

2015-08-19 Thread David L Carlson
of Anthropology Texas AM University College Station, TX 77840-4352 -Original Message- From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of chappo007 Sent: Wednesday, August 19, 2015 6:48 AM To: r-help@r-project.org Subject: [R] Plot z=f(x,y) analytically Hi, I've been led

Re: [R] Plot z=f(x,y) analytically

2015-08-19 Thread Greg Snow
R has several options for projecting a 3 dimensional plot onto a 2 dimensional plane and plotting the result. Which is best depends on what you want. You mention a function plot3d but not which package it comes from. You are more likely to receive prompt and useful help when you do your part of