dummyrainfall: Generate synthetic monthly rainfall data

View source: R/dummyrainfall.R

dummyrainfallR Documentation

Generate synthetic monthly rainfall data

Description

Create a data.table with synthetic rainfall data generated from a Gamma distribution

Usage

dummyrainfall(startYear, endYear)

Arguments

startYear

A numeric positive integer indicating the start year (e.g., 1950)

endYear

A numeric numeric positive integer indicating the end year (e.g., 2021)

Value

data.table

Examples

dummyrainfall(1950, 2021)

mammask/droughtR documentation built on Feb. 25, 2024, 2:26 p.m.