Learn R Programming

psda (version 1.4.0)

pvari: Polygonal internal variance

Description

Caltulate the symbolic polygonal internal variance for a polygonal data.

Usage

pvari(polygon)

Arguments

polygon

a matrix that represents a polygonal variable.

Value

The internal variance.

Examples

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

Run the code above in your browser using DataLab