Re: [R] "simple" 3-dimensional plots?

2009-09-02 Thread Ben Bolker
I think install.packages("akima") library(akima) example(interp) would be most useful. -- View this message in context: http://www.nabble.com/%22simple%22-3-dimensional-plots--tp25247706p25262822.html Sent from the R help mailing list archive at Nabble.com.

Re: [R] "simple" 3-dimensional plots?

2009-09-02 Thread Uwe Ligges
See, e.g., cloud() in package "lattice" plot3d() in package "rgl" scatterplot3d() in package "scatterplot3d" Uwe Ligges ivo...@gmail.com wrote: dear R experts: I am trying to plot an empirical likelihood function in 3d. The values are not over a regular grid---I just searched the likelihood

[R] "simple" 3-dimensional plots?

2009-09-01 Thread ivowel
dear R experts: I am trying to plot an empirical likelihood function in 3d. The values are not over a regular grid---I just searched the likelihood function to find the optimal value, and then computed a few values around it. (each point in the likelihood function takes a very long time to