View source: R/create_dataset_summary.R
calc_geo_extent_bounding_box_m2 | R Documentation |
Calculate geo_extent_bounding_box_m2 for the dataset_summary table
calc_geo_extent_bounding_box_m2(west, east, north, south)
west |
(numeric) West longitude in decimal degrees and negative if west of the prime meridian. |
east |
(numeric) East longitude in decimal degrees and negative if west of the prime meridian. |
north |
(numeric) North latitude in decimal degrees and negative if south of the equator. |
south |
(numeric) South latitude in decimal degrees and negative if south of the equator. |
(numeric) Area of study site in meters squared.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.