read_raster | R Documentation |
Read a raster
read_raster( filename = system.file("exdata/predictors.tif", package = "calanusthreshold"), form = c("raster", "tibble", "sf")[1] )
filename |
character, the name of the file to read |
form |
characater, one of 'raster', 'sf' or 'tibble'. If the latter then coordinate columns (x, y) followed by one column per variable. |
raster or tibble object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.