Learn R Programming

EcoHydRology (version 0.4.12.1)

change_params: Example dataframe of parameters, ranges, and search strings for optimizing swat2005

Description

Example dataframe of parameters, ranges, and search strings for optimizing swat2005

Usage

data(change_params)

Arguments

Format

A data frame with 15 observations on the following 11 variables.

filetype

a factor with levels 0*.gw 0*.mgt 0*.sol basins.bsn

parameter

a factor with levels ALPHA_BF Ave\. AW Bulk Density CN2 Depth ESCO GW_DELAY GWQMN Ksat\. \(est\.\) SFTMP SMFMN SMFMX SMTMP SURLAG TIMP

alter_type

a factor with levels new percent

min

a numeric vector

max

a numeric vector

current

a numeric vector

multi

a logical vector

frformat

a factor with levels A27,10f12

fwformat

a factor with levels F16.4 F20

Examples

Run this code
# NOT RUN {
data(change_params)
## maybe str(change_params) ; plot(change_params) ...
# }

Run the code above in your browser using DataLab