calc_rad_sum_raster_old: Radiation sum calculation

Description Usage Arguments Examples

View source: R/calc_bioclim_raster.R

Description

This function allows you to calculate the sum of solar radiation based on the overlay of raster datasets.

Usage

1
calc_rad_sum_raster_old(rad, period = 91:304)

Arguments

rad

Raster brick with daily rasters of radiation energy input. The names of the rasters must correspond to the day which the values refer to.

period

A sequence of numbers that indicates the day of years that should be used to aggregate the index

Examples

1
2
calc_rad_sum_raster(rad = solrad_brick,
  period = 91:304)

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