Plots obs_grid() as tiles. See the README "Maps and plots" section for a
captured example. Use obs_grid() itself when you need the counts as a
table (for example before sharing a map that must not expose exact
coordinates).
Arguments
- data
An
obs_df, data frame, or export path.- resolution
Grid resolution in degrees.
- ...
Passed to
obs_read()whendatais a path.
Examples
if (FALSE) { # \dontrun{
obs <- obs_read(obs_example_db())
obs_map_density(obs)
obs_map_density(obs, resolution = 0.05)
} # }