Description Usage Arguments Value See Also Examples
Generate a PointPattern-class object representing a finite point pattern.
1 | PointPattern(coord)
|
coord |
a matrix or a vector. If |
An object of PointPattern-class.
PointPattern-class, generators PP2, PP3,
generators of higher-dimensional figures Quadrat, Segment.
1 2 3 4 5 6 | ## Random planar point pattern
PointPattern(matrix(runif(10),2,5))
## Planar point pattern which consists of a single point
PointPattern(rep(0,2))
## Random point pattern on the line
PointPattern(matrix(runif(5),1,5))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.