infer_extent | R Documentation |
Return an extent in the order of xmin, xmax, ymin, ymax.
infer_extent(
method = "",
country = NULL,
occ = NULL,
crs_grid = NULL,
flag_adjust_by_res = FALSE,
res_x = NULL,
res_y = NULL,
flag_adjust_origin = (method == "occ_extent"),
flag_unit = "meter"
)
method |
Character. A string, country_extent, crs_extent, occ_extent |
country |
Character. A string of country |
occ |
Spatial points |
flag_adjust_by_res |
Logical. True or False to adjust by resolution |
res_x |
Numeric. X resolution |
res_y |
Numeric. Y resolution |
flag_adjust_origin |
Boolean parameter for adjust the origin of the grid |
flag_unit |
Character. A a string; default value is meter "meter". It also can "degree","minute","second" |
crs_gridCharacter |
EPSG code for a coordinate reference system |
Xiao Feng
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.