Learn R Programming

psda (version 1.4.0)

pmean_id: Polygonal symbolic internal mean

Description

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

Usage

pmean_id(polygon)

Arguments

polygon

a matrix representing the polygon.

Value

a polygonal empiric mean of a polygon.

Examples

Run this code
# NOT RUN {
x <- psim(10, 10) #simulate 10 polygons of 10 sides
x <- x[[1]]
pmean_id(x)
# }

Run the code above in your browser using DataLab