minba-open-paren-close-paren: Determining the Minimal Background Area for Species...

Description Usage Arguments Details Value Author(s) References Examples

Description

A versatile tool that aims at aims at (1) defining the minimum background extent necessary to fit SDMs reliable enough to extract ecologically relevant conclusions from them and (2) optimizing the modelling process in terms of computation demands. See Rotllan-Puig, X. & Traveset, A. (2021)

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
minba(
  occ = NULL,
  varbles = NULL,
  wd = NULL,
  prj = NULL,
  num_bands = 10,
  n_rep = 15,
  occ_prop_test = 0.3,
  maxent_tool = "maxnet",
  BI_part = NULL,
  BI_tot = NULL,
  SD_BI_part = NULL,
  SD_BI_tot = NULL
)

Arguments

occ

Data frame or character. Data set with presences (occurrences). A data frame with 3 columns: long, lat and species name (in this order)

varbles

Raster* object. A raster brick of the independent variables, or a directory where the rasters are. It will use all the rasters in the folder. Supported: .tif and .bil

wd

Character. A directory to save the results

prj

Numeric. Coordinates system (e.g. "4326" is WGS84; check https://spatialreference.org/ )

num_bands

Numeric. Number of buffers (default is 10)

n_rep

Numeric. Number of replicates (default is 15)

occ_prop_test

Numeric. Proportion of presences (occurrences) set aside for testing (default is 0.3)

maxent_tool

Character. Either "dismo" or (default) "maxnet"

BI_part

Numeric. Maximum Boyce Index Partial to stop the process if reached

BI_tot

Numeric. Maximum Boyce Index Total to stop the process if reached

SD_BI_part

Numeric. Minimum SD of the Boyce Index Partial to stop the process if reached (last 3 buffers)

SD_BI_tot

Numeric. Minimum SD of the Boyce Index Total to stop the process if reached (last 3 buffers)

Details

Please check the article 'Determining the Minimal Background Area for Species Distribution Models: MinBAR Package' for further details on how to use this package, examples, etc.

Value

selfinfo_mod_, info_mod_ and info_mod_means_ (all followed by the name of the species). The first two tables are merely informative about how the modelling process has been developed and the results of each model. Whereas info_mod_means_ shows the means of the n models run for each buffer

Author(s)

Xavier Rotllan-Puig & Anna Traveset

References

Rotllan-Puig, X. & Traveset, A. 2021. Determining the Minimal Background Area for Species Distribution Models: MinBAR Package. Ecological Modelling. 439:109353. https://doi.org/10.1016/j.ecolmodel.2020.109353

Examples

1
2
3
4
5
6
## Not run: 
minba(occ = sprecords, varbles = bioscrop,
      wd = tempdir(), prj = 4326, num_bands = 3, n_rep = 3,
      maxent_tool = "maxnet")

## End(Not run)

MinBAR documentation built on Jan. 18, 2022, 1:11 a.m.