pmean: Polygonal empiric mean

Description Usage Arguments Value Examples

Description

Compute the polygonal empirical mean for polygonal variable.

Usage

1
pmean(polygons)

Arguments

polygons

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

Value

The method returns a vector containing the symbolic polygonal empirical mean in first and second dimension, respectively.

Examples

1
2
x <- psim(10, 10) #simulate 10 polygons of 10 sides
pmean(x)

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