bio20 {ClimInd}R Documentation

Mean radiation

Description

Mean radiation (W m-2)

Usage

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

Arguments

data

radiation, W m-2

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

radiation, W m-2

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. doi: 10.1111/j.2041-210X.2011.00134.x

Examples

data(data_all)
bio20(data = data_all$radiation_w)

[Package ClimInd version 0.1-3 Index]