rm.coord.dup {naturaList} | R Documentation |
Internal function of naturaList - Remove duplicate occurrence
Description
Remove duplicated occurrence based on coordinates. It is used in grid_filter
Usage
rm.coord.dup(x, decimal.latitude, decimal.longitude)
Arguments
x |
data frame with filtered occurrences |
decimal.latitude |
name of column with decimal.latitude |
decimal.longitude |
name of column with decimal.longitude |
Value
data frame with occurrence records
[Package naturaList version 0.5.2 Index]