Draws a grid of cells, one per pair of x and y values, shaded by how
many rows fall into each.
Examples
df <- data.frame(species = c("a", "a", "b"), island = c("x", "y", "x"))
arc_heat(df, species, island)
Draws a grid of cells, one per pair of x and y values, shaded by how
many rows fall into each.
df <- data.frame(species = c("a", "a", "b"), island = c("x", "y", "x"))
arc_heat(df, species, island)