sw {tracheideR} | R Documentation |
Monthly soil moisture data for the period 1901-2013.
Description
A data frame with monthly soil moisture values for the period 1901-2013.
Usage
data("sw")
Format
A data.frame
with months in columns and the years as rows (1901-2013). The months are the column names and the years are the row names.
Details
...
Source
...
References
...
Examples
colMeans(sw)
plot(colMeans(sw), type="l", xlab="months", ylab="soil water")
[Package tracheideR version 0.1.1 Index]