DataWide: Transform streamflow data to wide format

Description Usage Arguments Examples

Description

Return a matrix where every columns correspond to a specific site. Missing value are added.

Usage

1
DataWide(x, form = NULL)

Arguments

x

Data in long format.

form

Formula that specify the variable. Must have the form: 'value ~ site + time'.

Examples

1
DataWide(flowAtlantic$ams, ams ~ id + year)

martindurocher/floodStat documentation built on May 31, 2019, 12:42 a.m.