Learn R Programming

psda (version 1.4.0)

pfreq: Polygonal Symbolic Relative Frequency

Description

Compute the bivariate relative frequency.

Usage

pfreq(pol)

Arguments

pol

A list of matrices of dimension l x 2, where l represent number of sides polygon.

Examples

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

Run the code above in your browser using DataLab