powered by
Compute the symbolic polygonal empirical mean for only one observation (classes).
pmean_id(polygon)
a matrix representing the polygon.
a polygonal empiric mean of a polygon.
# 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