Tagged Questions
4
votes
2answers
2k views
Plotting a wireframe AND a cloud with lattice in R
I have a nice surface that represents nonlinear multi-part regression results on a regression with two independent variables. I would like to plot the regression predicted values as a nice 3D surface ...
2
votes
1answer
87 views
Make points “look” under surface in R using lattice and wireframe
I've been working on a rather complicated chart in R. I have a wireframe with a surface and points distributed in X,Y,Z space all over (e.g. under the surface and over it).
The problem is that the ...
1
vote
2answers
56 views
How to add text to a lattice wireframe in R
Good Day All,
I want to add text floating in my wireframe plot and I am rather confused. I can certainly add the text as a title (e.g. main="Hello World") but I would rather not have my particular ...