Learn R Programming

SCE (version 1.0.0)

Streamflow_testing_10var: Streamflow Testing Dataset with 10 Variables

Description

A dataset containing streamflow and related environmental variables for testing purposes. This dataset is used in the examples to demonstrate the SCE package functionality.

Usage

data("Streamflow_testing_10var")

Arguments

Format

A data frame with the following variables:

Flow

Streamflow measurements

Prcp

Precipitation

SRad

Solar radiation

Tmax

Maximum temperature

Tmin

Minimum temperature

VP

Vapor pressure

X

Index variable

smlt

Snow melt

swvl1

Soil water volume layer 1

swvl2

Soil water volume layer 2

swvl3

Soil water volume layer 3

swvl4

Soil water volume layer 4

Examples

Run this code
  data("Streamflow_testing_10var")
  str(Streamflow_testing_10var)

Run the code above in your browser using DataLab