Calculates the Berry (2002) Surface Area Ratio based on slope
sar(x, s = NULL, ...)
| x | raster object  | 
    
|---|---|
| s | cell resolution (default is NULL, not needed if projection is in planar units)  | 
    
| ... | Additional arguments passed to raster::calc  | 
    
raster class object of Berry (2002) Surface Area Ratio
SAR is calculated as: resolution^2 * cos( (degrees(slope) * (pi / 180)) )
Berry, J.K. (2002). Use surface area for realistic calculations. Geoworld 15(9):20-1.
Jeffrey S. Evans <jeffrey_evans@tnc.org>