Learn R Programming

secr (version 2.5.0)

polyarea: Area of Polygon(s)

Description

Area of a single closed polygon (simple x-y coordinate input) or of multiple polygons, possibly with holes.

Usage

polyarea(xy, ha = TRUE)

Arguments

xy
dataframe or list with components `x' and `y', or a SpatialPolygons or SpatialPolygonsDataFrame object from package sp
ha
logical if TRUE output is converted from square metres to hectares

Value

  • A scalar.

Details

For SpatialPolygons or SpatialPolygonsDataFrame objects it is necessary to have installed the packages sp and rgeos.

See Also

buffer.contour

Examples

Run this code
polyarea(make.grid(hollow = TRUE))

Run the code above in your browser using DataLab