Learn R Programming

psda (version 1.4.0)

pcov: Polygonal symbolic covariance

Description

Compute the symbolic polygonal empirical covariance.

Usage

pcov(polygons)

Arguments

polygons

A list of polygonal datas.

Value

The method returns a integer.

Examples

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

Run the code above in your browser using DataLab