marinebon / obisindicators

R package for generating indicators from OBIS
https://marinebon.github.io/obisindicators/
Other
6 stars 4 forks source link

create a static mapping function #12

Closed 7yl4r closed 2 years ago

7yl4r commented 2 years ago
bbest commented 2 years ago

ggmap_metric(sf, column, …) Statically map a metric in a set of spatial features using ggplot

bbest commented 2 years ago

Now vignettes end with...

Plot maps

Let's look at the resulting metrics in map form.

gmap_metric(grid, "es", label = "ES(50)")
gmap_metric(grid, "shannon", label = "Shannon index")
gmap_metric(grid, "n", label = "# of records", trans = "log10")

a

b

c