perarea: Compute Areas and Perimeters of Objects of Class "area"

Description Usage Arguments Value Author(s) See Also Examples

Description

perarea computes the perimeters of polygons in objects of class area.
ararea computes the areas of polygons in objects of class area.

Usage

1
2

Arguments

x

object of class area

Value

a vector.

Author(s)

Clement Calenge clement.calenge@oncfs.gouv.fr

See Also

area, plot.area

Examples

1
2
3
4
5
6
7
8
data(puechabon)
locs <-  puechabon$locs

cp <- mcp(locs[,4:5], locs[,1])

perarea(cp)

ararea(cp)

ClementCalenge/adehabitat documentation built on May 6, 2019, 12:02 p.m.