Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

sar

Surface Area Ratio


Description

Calculates the Berry (2002) Surface Area Ratio based on slope

Usage

sar(x, s = NULL, ...)

Arguments

x

raster object

s

cell resolution (default is NULL, not needed if projection is in planar units)

...

Additional arguments passed to raster::calc

Value

raster class object of Berry (2002) Surface Area Ratio

Note

SAR is calculated as: resolution^2 * cos( (degrees(slope) * (pi / 180)) )

Author(s)

Jeffrey S. Evans <jeffrey_evans@tnc.org>

References

Berry, J.K. (2002). Use surface area for realistic calculations. Geoworld 15(9):20-1.

Examples

library(raster)
  data(elev)
  surface.ratio <- sar(elev, s=90)
  plot(surface.ratio)

spatialEco

Spatial Analysis and Modelling Utilities

v1.3-6
GPL-3
Authors
Jeffrey S. Evans [aut, cre], Melanie A. Murphy [ctb], Karthik Ram [ctb]
Initial release
2021-03-24

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.