raster_colors,RasterLayer-method | R Documentation |
This function is used internally by plot_layer
to convert a
RasterLayer object to a data.frame of colors for each pixel that can be used
for plotting with ggplot2
## S4 method for signature 'RasterLayer'
raster_colors(x)
x |
A RasterLayer object |
A data.frame with 3 columns and length(raster_object)
rows
## Not run:
wi_landcover <- get_map_layer(wi_landcover_url, wis_poly)
wi_landcover_data <- raster_colors(wi_landcover)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.