| midpoints.psp {spatstat.geom} | R Documentation | 
Midpoints of Line Segment Pattern
Description
Computes the midpoints of each line segment in a line segment pattern.
Usage
  midpoints.psp(x)
Arguments
| x | A line segment pattern (object of class  | 
Details
The midpoint of each line segment is computed.
Value
Point pattern (object of class "ppp").
Author(s)
Adrian Baddeley Adrian.Baddeley@curtin.edu.au
and Rolf Turner rolfturner@posteo.net
See Also
marks.psp,
summary.psp,
lengths_psp
angles.psp,
endpoints.psp,
extrapolate.psp.
Examples
  a <- psp(runif(10), runif(10), runif(10), runif(10), window=owin())
  b <- midpoints.psp(a)   
[Package spatstat.geom version 3.3-2 Index]