Description Usage Arguments Details Value Examples
Writes spatial raster values into tibble and adds coordinates.
1 2 3 |
x |
Raster* object |
You will loose any resolution, extent or reference system. The output is raw tiles.
a tibble
1 2 3 4 5 6 7 8 | maptib <- util_raster2tibble(fractal_landscape)
## Not run:
library(ggplot2)
ggplot(maptib, aes(x,y)) +
coord_fixed() +
geom_raster(aes(fill = z))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.