calc_bioclim: Bioclimatic index calculation

Description Usage Arguments Examples

View source: R/calc_bioclim.R

Description

This function allows you to calculate bioclimatic indices from meteorological timeseries. A wrapper around calc_bioclim_df and calc_bioclim_raster

Usage

1

Arguments

data

input data, has to inherit either 'data.frame' in which case calc_bioclim_df will be called or 'list' in which case calc_bioclim_raster will be called.

...

further arguments passed on to calc_bioclim_df or calc_bioclim_raster

Examples

1
2
3
4
5
calc_bioclim(data = dt.agg,
  frml = winkler ~ T_mean - 10,
  agg.func = sum,
  period = 91:304,
  set.zero = T)

sitscholl/rebecka_package documentation built on Aug. 25, 2020, 4:20 a.m.