powered by
Caclulate the geodesic areas of SpatialPolygons object on the Nothern Hemisphere Polar Stereographic grid projection
SpatialPolygons
get_area(poly, byid = FALSE)
SpatialPolygons object for which to calculate area
boolean indicating whether areas should be calculated for each polygon individually or for the whole object together
Area of polygon (or vector of areas if byid is set to TRUE)
byid
TRUE
Area calculations are for the Polar stereographic grid with major axis of 6378273m and ellipsoid flattening of 1/298.2794111.
Information on Polar Stereographic North projection: https://nsidc.org/data/polar-stereo/ps_grids.html
# NOT RUN { get_area(reg_info$regions[[1]]) get_area(land, byid = TRUE) # }
Run the code above in your browser using DataLab