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 ...
1
vote
2answers
151 views

R 3D plot axis tick labels

I'm plotting a 3D histogram in R using the method from figure 6.15 here. I've set scale = list(arrow=F), so that I have tick marks instead of arrows on each axis. The plot looks fine, but I want to ...