Learn R Programming

psda (version 1.4.0)

pvar: Polygonal symbolic variance

Description

Estime the symbolic polygonal empirical variance.

Usage

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

Run this code
# NOT RUN {
x <- psim(8, 12) #simulate 8 polygons of 12 sides
pvar(x)
# }

Run the code above in your browser using DataLab