Usage
rangeMap.save(CON, tableName, FUN, biotab, biotrait, subset, path , overwrite, ...)
Arguments
CON
An sqlite connection pointing to a valid rangeMapper project.
tableName
Name of the table (quoted) to be added to the sqlite database. The prefix MAP will be appended to tableName prior to saving.
FUN
the function to be applied to each pixel. If FUN is missing then species richness (species count) is computed.
biotab
character string identifying the BIO table to use.
biotrait
character string identifying the ID of the BIO table. see bio.save subset
A named list. See details path
Path to the raster file(quoted) to be imported to the existing project. raster package is required at this step.
overwrite
If TRUE then the table is removed
...
When R is an R function, ... denotes any extra arguments to be passed to it.