selectFloods: Interactively Select Floods with Shiny Gadget

Description Usage Arguments Value Examples

Description

This function opens a shiny gadget to allow users to interactively select floods.

Usage

1
selectFloods(.data, dateVar = NULL, timeVar = NULL, dateTimeVar = NULL, QVar)

Arguments

.data

The working dataframe

dateVar

The variable holding date data

timeVar

The variable holding time data

dateTimeVar

The variable holding time data

QVar

The variable holding discharge/stage data

Value

A list of start and end date times for selected floods

Examples

1
2
3
4
5
## Not run: 
selectFloods(df, dateVar = Date, timeVar = Time, QVar = Q)
selectFloods(df, dateTimeVar = DateTime, QVar = discharge)

## End(Not run)

shaughnessyar/floodR documentation built on May 3, 2019, 4:01 p.m.