calc_geo_extent_bounding_box_m2 {ecocomDP} | R Documentation |
Calculate geo_extent_bounding_box_m2 for the dataset_summary table
Description
Calculate geo_extent_bounding_box_m2 for the dataset_summary table
Usage
calc_geo_extent_bounding_box_m2(west, east, north, south)
Arguments
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. |
Value
(numeric) Area of study site in meters squared.
[Package ecocomDP version 1.3.1 Index]