rvn_rvh_blankSBdf {RavenR}R Documentation

Generate Blank Raven SubBasin DataFrame

Description

Generates a blank data frame for Raven subbasin properties. Compatible with rvn_rvh_write.

Usage

rvn_rvh_blankSBdf(nSubBasins = 1)

Arguments

nSubBasins

Number of SubBasins in model, used to determine number of rows in table (default = 1)

Value

data.frame of blank SubBasin properties to be filled in by user

Author(s)

Leland Scantlebury

See Also

rvn_rvh_blankHRUdf to generate blank HRU data frame

Examples

SBtable <- rvn_rvh_blankSBdf(nSubBasins = 3)
SBtable


[Package RavenR version 2.1.0 Index]