Flood_typology: Make a typology for a set of flood events

View source: R/Flood_Typing.R

Flood_typologyR Documentation

Make a typology for a set of flood events

Description

This functions uses already defined flood events with relevant characteristics (like precipitation, snow-melt and peak-value) for creating a typology for the whole set of flood events

Usage

Flood_typology(
  Floods,
  n_G = 3L,
  fast_composition = FALSE,
  Type_3_min_samplesize = NULL,
  R_Seed = NULL
)

Arguments

Floods

data.frame or data.table: Table with Floods, including the columns

n_G

integer: Number of rain flood-types, defaults to 3

fast_composition

logical: use the partition package for fast combination of events

Type_3_min_samplesize

integer: NULL or interger specifying the minimum number of R3 events

R_Seed

integer: NULL or a R-Seed for reproductable flood typing

Author(s)

Philipp Bühler


PhilippBuehler/FloodR documentation built on March 2, 2024, 9:53 a.m.