Midpoints of Line Segment Pattern
Computes the midpoints of each line segment in a line segment pattern.
midpoints.psp(x)
x |
A line segment pattern (object of class |
The midpoint of each line segment is computed.
Point pattern (object of class "ppp"
).
Adrian Baddeley Adrian.Baddeley@curtin.edu.au
and Rolf Turner r.turner@auckland.ac.nz
a <- psp(runif(10), runif(10), runif(10), runif(10), window=owin()) b <- midpoints.psp(a)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.