infer_origin | R Documentation |
Find the minimum and maximum of occurrence. Here the minimum and maximum should match the resolution of the grid.
infer_origin(
input_occ,
fun = min,
flag_unit = "meter",
filters = sort(c(10^(2:10), 10^(3:10)/2))
)
input_occ |
Spatial points |
fun |
Function used to infer the origin |
flag_unit |
Character. Should be a string; default value is meter It also can "degree","minute","second". |
filters |
A series of values used as dividend of the coordinates to find the origin |
Xiao Feng
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.