Learn R Programming

ClimInd (version 0.1-2)

bio20: Mean radiation

Description

Mean radiation (W m-2)

Usage

bio20(data, data_names = NULL, time.scale = YEAR, na.rm = FALSE)

Arguments

data

radiation en w/m2

data_names

names of each period of time

time.scale

month, season or year

na.rm

logical. Should missing values (including NaN) be removed?

Value

BIO20

References

Kriticos, D.J., Webber, B.L., Leriche, A., Ota, N., Macadam, I., Bathols, J. and Scott, J.K. (2012) CliMond: global high-resolution historical and future scenario climate surfaces for bioclimatic modelling. Methods in Ecology and Evolution, 3, 53-64. http://dx.doi.org/10.1111/j.2041-210X.2011.00134.x

Examples

Run this code
# NOT RUN {
data(data_all)
bio20(data = data_all$radiation_w)
# }

Run the code above in your browser using DataLab