r_to_prjres | R Documentation |
Project raster to projection-raster
r_to_prjres(prjres, r, name, method = c("bilinear", "ngb"), debug = F)
prjres |
projection-resolution, per projections_tbl$prjres |
r |
raster |
name |
dataset name without type prefix (p_|r_|s_) |
method |
defaults to bilinear, or nearest neighbor (ngb) |
debug |
defaults to False |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.