data(cells)
Q <- quadscheme(cells)
m <- ppm(Q, ~1, Strauss(0.05))
mpic <- plot(m)
# Perspective plot only, with altered parameters:
plot(mpic,how="persp", theta=-30,phi=40,d=4)
# All plots, with altered parameters for perspective plot:
spatstat.options(par.persp=list(theta=-30,phi=40,d=4))
plot(mpic)
Run the code above in your browser using DataLab