Description Usage Arguments Value Examples
Raster* to ggplot object Convert raster* object to dataframe suitable for making maps with ggplot2.
1 | raster_to_gg(x)
|
x |
Raster* object. |
dataframe
1 2 3 4 | library(raster)
library(Rahat)
raster_to_gg(raster(volcano))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.