| plot.pp3 {spatstat} | R Documentation |
Plots a three-dimensional point pattern.
## S3 method for class 'pp3' plot(x, ...)
x |
Three-dimensional point pattern (object of class |
... |
Arguments passed to |
This is the plot method for objects of class "pp3".
This function requires the scatterplot3d package. The
coordinates of the point pattern are passed to the function
scatterplot3d along with any extra arguments ....
Null.
Adrian Baddeley Adrian.Baddeley@uwa.edu.au http://www.maths.uwa.edu.au/~adrian/ and Rolf Turner r.turner@auckland.ac.nz
if(require(scatterplot3d)) {
X <- osteo$pts[[1]]
plot(X, tick.marks=FALSE, xlab="", ylab="", zlab="",
main="Osteocyte lacunae, animal 1, brick 1",
mar=rep(0.5,4), cex.symbols=1.5, pch=16, type="h")
}