Hy guys, I have built a 3dimentional array that is meant to be a 3D landscape for my simulation game. Do you know if there is some package that allow me to plot the image? I am looking at all 3D plots but nothing seems to be right. Should I use the rgl package? Thank you very much Marianna
(no subject)
3 messages · Marianna Chimienti, Sarah Goslee, R. Michael Weylandt
Well, what do you want it to look like? My first thought was topography, but that can't be right because you don't need a three-dimensional array for that. So tell us more. What does your array contain, what's its structure, and what kind of visualization are you trying to get? Sarah On Wed, May 30, 2012 at 8:57 AM, Marianna Chimienti
<mariannachimienti at gmail.com> wrote:
Hy guys, I have built a 3dimentional array that is meant to be a 3D landscape for my simulation game. Do you know if there is some package that allow me to plot the image? I am looking at all 3D plots but nothing seems to be right. Should I use the rgl package? Thank you very much Marianna
Sarah Goslee http://www.functionaldiversity.org
You might try looking at demo(persp) as well. Michael
On Wed, May 30, 2012 at 9:42 AM, Sarah Goslee <sarah.goslee at gmail.com> wrote:
Well, what do you want it to look like? My first thought was topography, but that can't be right because you don't need a three-dimensional array for that. So tell us more. What does your array contain, what's its structure, and what kind of visualization are you trying to get? Sarah On Wed, May 30, 2012 at 8:57 AM, Marianna Chimienti <mariannachimienti at gmail.com> wrote:
Hy guys, I have built a 3dimentional array that is meant to be a 3D landscape for my simulation game. Do you know if there is some package that allow me to plot the image? I am looking at all 3D plots but nothing seems to be right. Should I use the rgl package? Thank you very much Marianna
-- Sarah Goslee http://www.functionaldiversity.org
______________________________________________ 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.