Last data update: 2014.03.03

R: Example dataframe of parameters, ranges, and search strings...
change_paramsR Documentation

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)

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

data(change_params)
## maybe str(change_params) ; plot(change_params) ...

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(EcoHydRology)
Loading required package: operators

Attaching package: 'operators'

The following objects are masked from 'package:base':

    options, strrep

Loading required package: topmodel
Loading required package: DEoptim

DEoptim package
Differential Evolution algorithm in R
Authors: D. Ardia, K. Mullen, B. Peterson and J. Ulrich

Loading required package: XML
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/EcoHydRology/change_params.Rd_%03d_medium.png", width=480, height=480)
> ### Name: change_params
> ### Title: Example dataframe of parameters, ranges, and search strings for
> ###   optimizing swat2005
> ### Aliases: change_params
> ### Keywords: datasets
> 
> ### ** Examples
> 
> data(change_params)
> ## maybe str(change_params) ; plot(change_params) ...
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>