View source: R/fortify_raster.R
fortify.RasterCommon | R Documentation |
raster
to data.frame
Convert raster
to data.frame
## S3 method for class 'RasterCommon'
fortify(model, data = NULL, maxpixels = 1e+05, rename = TRUE, ...)
model |
|
data |
original dataset, if needed |
maxpixels |
number of pixels for resampling |
rename |
logical flag indicating whether to rename coordinates to long and lat |
... |
other arguments passed to methods |
data.frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.