Does anyone have a recommendation for the best package/function for doing surface plots? Bernard Sent from my iPhone so please excuse the spelling!"
Depends on what you want to do -- context matters. More details would probably enable better answers. Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) On Thu, Apr 25, 2019 at 10:55 AM Bernard Comcast < mcgarvey.bernard at comcast.net> wrote:> Does anyone have a recommendation for the best package/function for doing > surface plots? > > Bernard > Sent from my iPhone so please excuse the spelling!" > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > 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. >[[alternative HTML version deleted]]
On 25/04/2019 1:47 p.m., Bernard Comcast wrote:> Does anyone have a recommendation for the best package/function for doing surface plots?You've got a pretty wide choice: graphics::persp, several functions in the rgl, plotly, plot3D packages, etc. You'll need to give a bit more information if you want a particular recommendation, such as what form your data is in, what you want the plot to look like, what medium do you want to display it on, etc. Duncan Murdoch
If I have a set of data (x,y,z) and I want to plot z(x,y) as a surface plot. What I am looking for is one with a lot of functionality like easily rotate the plot and so on. Thanks Bernard McGarvey Director, Fort Myers Beach Lions Foundation, Inc. Retired (Lilly Engineering Fellow).> On April 25, 2019 at 2:13 PM Bert Gunter <bgunter.4567 at gmail.com> wrote: > > Depends on what you want to do -- context matters. > More details would probably enable better answers. > > Bert Gunter > > "The trouble with having an open mind is that people keep coming along and sticking things into it." > -- Opus (aka Berkeley Breathed in his "Bloom County" comic strip ) > > > On Thu, Apr 25, 2019 at 10:55 AM Bernard Comcast < mcgarvey.bernard at comcast.net mailto:mcgarvey.bernard at comcast.net > wrote: > > > > Does anyone have a recommendation for the best package/function for doing surface plots? > > > > Bernard > > Sent from my iPhone so please excuse the spelling!" > > ______________________________________________ > > R-help at r-project.org mailto:R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > > 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. > > > > >[[alternative HTML version deleted]]