View source: R/get_important_rasters.R
partition_raster_bg | R Documentation |
This function uses the output from prepare_raster() and makes background partitions using several methods.
partition_raster_bg(
env.list,
categoricals = NULL,
number.bg.points = 10000,
bg.raster = 1,
plotDIR = "./plots",
showPLOTS = FALSE,
agg.factor = 2
)
env.list |
Object output from prepare_rasters() function |
categoricals |
Character vector of categorical layer names |
number.bg.points |
Number of background points to generate |
bg.raster |
Raster to use for background points |
plotDIR |
Directory to save the plots to |
showPLOTS |
Boolean; Whether to print plots to screen |
agg.factor |
A vector of 1 or 2 numbers for the checkerboard methods |
Object with background points
bg <- partition_raster_bg(env.list = envList,
number.bg.points = 10000,
bg.raster = 1,
plotDIR = "./plots",
showPLOTS = TRUE,
agg.factor = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.