pvar: Polygonal symbolic variance

Description Usage Arguments Value Examples

View source: R/pvar.R

Description

Estime the symbolic polygonal empirical variance.

Usage

1
pvar(polygons)

Arguments

polygons

A list of matrices of dimension l x 2 where l represent number of sides polygon.

Value

The method returns a bi-dimensional vector.

Examples

1
2
x <- psim(8, 12) #simulate 8 polygons of 12 sides
pvar(x)

psda documentation built on July 1, 2020, 6:10 p.m.