Save map to file
Examples
if (FALSE) { # \dontrun{
map <- obs_map(obs_example_db())
obs_map_save(map, "map.png", width = 10, height = 8)
} # }
Save map to file
if (FALSE) { # \dontrun{
map <- obs_map(obs_example_db())
obs_map_save(map, "map.png", width = 10, height = 8)
} # }