Learn R Programming

DSAM (version 1.0.2)

getMin: Get the minimum of the output column from the original data set

Description

This function return the minimum of runoff(output columu) for users.

Usage

getMin(data)

Value

Return the minimum value of the output column.

Arguments

data

The original data set, the data type must be numeric, matrix or Data.frame.