Descriptive | R Documentation |
Calculates descriptive statistics for rainfall, evapotranspiration, or other variables.
Descriptive(Sample)
Sample |
A vector, 1-column matrix or data frame with rainfall, evapotranspiration, or other variable. |
A dataframe
with:
sample mean (Avg),
sample median (Med),
sample standard variation (SD)
sample standard Error (SE)
maximum value (MaxValue)
minimum value (MinValue)
frequency of zeros (FreqZero%)
Rain <- DataForCWB[, 10]
Descriptive(Sample = Rain)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.