Segment {pgs} | R Documentation |
Generate a Segment
object representing a line segment starting at the origin.
Segment(end)
end |
a vector containing the Cartesian coordinates of the end point which does not lie at the origin. |
An object of Segment-class
.
Segment-class
, generators Quadrat
, PointPattern
.
Segment(c(1,0))