getMean {DSAM} | R Documentation |
Get the mean and standard deviation of the output column from the original data set
Description
This function return the mean and standard deviation of runoff(output columu) for users.
Usage
getMean(data)
Arguments
data |
The original data set, the data type must be numeric, matrix or Data.frame. |
Value
Return a list with mean value and standard deviation.
[Package DSAM version 1.0.2 Index]