Description Usage Arguments Details Value Examples
Simulate a polygonal variable with one or more individuals.
1 | psim(n, vertices)
|
n |
number of simulated polygons. |
vertices |
number of vertex of the polygon. |
The argument radius
should have all values greater than zero. Otherwise,
we cannot construct the polygons that compose the symbolic polygonal random variable. Besides,
the size of the center
vector should be equal to range
vector.
A list of polygons.
1 2 | number_polygons <- 10
psim(number_polygons, 4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.