Description Usage Arguments Value Examples
View source: R/create_raster.R
This function formats tabular data into a RasterLayer.
1 | create_raster(cell, variable, data, template, no_data = NA)
|
cell |
A character with the name of the field in |
variable |
A character with the name of the field in |
data |
The data frame containing |
template |
A Raster object with the same extent, resolution, and
projection as the raster dataset used to generate |
no_data |
A numeric value to fill in the rest of the returned
RasterLayer object where no value is specified. The default is |
A RasterLayer object containing the specified pixel values.
1 2 3 4 | ## Not run:
create_raster(no_cell, total_breaks, bfast_data_frame, template)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.