Segment {pgs}R Documentation

Generator of Segment objects

Description

Generate a Segment object representing a line segment starting at the origin.

Usage

Segment(end)

Arguments

end a vector containing the Cartesian coordinates of the end point which does not lie at the origin.

Value

An object of Segment-class.

See Also

Segment-class, generators Quadrat, PointPattern.

Examples

Segment(c(1,0))

[Package pgs version 0.2-0 Index]