powered by
Prints a useful summary of a line segment pattern dataset.
# S3 method for psp summary(object, ...)
Line segment pattern (object of class "psp").
"psp"
Ignored.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au
and Rolf Turner rolfturner@posteo.net
A useful summary of the line segment pattern object is printed.
object
This is a method for the generic function summary.
summary
summary, summary.owin, print.psp
summary.owin
print.psp
a <- psp(runif(10), runif(10), runif(10), runif(10), window=owin()) summary(a) # describes it
Run the code above in your browser using DataLab