summary.psp {spatstat} | R Documentation |
Prints a useful summary of a line segment pattern dataset.
## S3 method for class 'psp': summary(object, ...)
object |
Line segment pattern (object of class "psp" ). |
... |
Ignored. |
A useful summary of the line segment pattern object
is printed.
This is a method for the generic function summary
.
Adrian Baddeley adrian@maths.uwa.edu.au http://www.maths.uwa.edu.au/~adrian/ and Rolf Turner rolf@math.unb.ca http://www.math.unb.ca/~rolf
summary
,
summary.owin
,
print.psp
a <- psp(runif(10), runif(10), runif(10), runif(10), window=owin()) summary(a) # describes it