BioCalc: Bioclimatic variable calculation

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

Calculates the complete set of 19 bioclimatics commonly used in niche modeling

Usage

1
 BioCalc(folder, ext='', format='')

Arguments

folder

The folder in which your input monthly files are stored

ext

The file extension of your input monthly or whatever files

format

The format of your input files. Can be raster, ascii, BIL, or any supported in the package raster

Details

Your folder should contain at least three variables (tmin, tmax, prec) for each of the 12 months in order to perform the calculation. This function is based upon several features of the raster package (available at sourceforge.net). Application of the functions take very long since they are cell-by-cell calculations (when not enough space in memory is available). So, any efficient contributions would be very useful.

Value

A stack with the 19 bioclimatic variables, and each of the variables stored in your input folder (in the same input format)

Author(s)

Julian Ramirez, dawnpatrolmustaine@gmail.com

References

Busby J.R. 1991. BIOCLIM: a bioclimatic analysis and prediction system. In C.R. Margules, M.P. Austin, eds. Nature conservation: cost effective biological surveys and data analysis, pp. 64,68. Canberra, Australia, Commonwealth Scientific and Industrial Research Organisation, CSIRO.

See Also

p1Calc, p2Calc

Examples

1
2
3
4
5
6
# Folder where your data is stored (in ascii format, for example)
# dir <- "C://MyMonthlyData//"
#
# Now just calculate the whole set
# bioclim <- BioCalc(dir, ext=".asc", format='ascii')
# 

BioCalc documentation built on May 2, 2019, 4:41 p.m.