View source: R/extract_var_on_buffers.R
extract_var_on_buffers | R Documentation |
extract_var_on_buffers(rastBrick, sf_points, buffer_sizes,
fun_summarize = "mean", is_timeseries = FALSE, date_sampling = NA,
na_max_perc = 100, code_indice = NULL, verbose = FALSE)
rastBrick |
list of rasterBricks or velox objects (1 to n) |
sf_points |
list of sampling sf_points (1 to n) |
buffer_sizes |
vector of buffers (1 to z) |
fun_summarize |
summarizing function |
date_sampling |
list of sampling dates (1 to n) |
na_max_perc |
integer. if, in a given buffer, there are more than na_max_perc cells that are NA, the overall value for this buffer will be NA. default is 0 (i.e. as long as there is one cell with a value, the overall value for the buffer will be computed) |
code_indice |
character vector. code indice (only for timeseries) |
verbose |
verbose |
Argument RastBrick is either : - a Raster object - a rasterBrick object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.