area: Calculate Area of Triangles and Polygons

Calculate the area of triangles and polygons using the shoelace formula. Area may be signed, taking into account path orientation, or unsigned, ignoring path orientation. The shoelace formula is described at <https://en.wikipedia.org/wiki/Shoelace_formula>.

Version: 0.2.0
Depends: R (≥ 4.1.0)
LinkingTo: cpp11
Suggests: testthat
Published: 2023-12-21
Author: Michael Sumner ORCID iD [aut, cre, cph]
Maintainer: Michael Sumner <mdsumner at gmail.com>
BugReports: https://github.com/hypertidy/area/issues
License: GPL-3
URL: https://github.com/hypertidy/area
NeedsCompilation: yes
Materials: README NEWS
CRAN checks: area results

Documentation:

Reference manual: area.pdf

Downloads:

Package source: area_0.2.0.tar.gz
Windows binaries: r-prerel: area_0.2.0.zip, r-release: area_0.2.0.zip, r-oldrel: area_0.2.0.zip
macOS binaries: r-prerel (arm64): area_0.2.0.tgz, r-release (arm64): area_0.2.0.tgz, r-oldrel (arm64): area_0.2.0.tgz, r-prerel (x86_64): area_0.2.0.tgz, r-release (x86_64): area_0.2.0.tgz
Old sources: area archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=area to link to this page.