Learn R Programming

psda (version 1.4.0)

psmi: Polygonal internal second moment

Description

Caltulate symbolic polygonal internal second moment for polygonal data.

Usage

psmi(polygon)

Arguments

polygon

a matrix that represents a polygonal variable.

Value

The internal variance.

Examples

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

Run the code above in your browser using DataLab