pmean_id: Polygonal symbolic internal mean

Description Usage Arguments Value Examples

View source: R/pmean_id.R

Description

Compute the symbolic polygonal empirical mean for only one observation (classes).

Usage

1

Arguments

polygon

a matrix representing the polygon.

Value

a polygonal empiric mean of a polygon.

Examples

1
2
3
x <- psim(10, 10) #simulate 10 polygons of 10 sides
x <- x[[1]]
pmean_id(x)

wagnerjorge/psda documentation built on Jan. 30, 2021, 1:59 a.m.