Learn R Programming

tracheideR (version 0.1.1)

sw: 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")

Arguments

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.

Source

...

Details

...

References

...

Examples

Run this code
colMeans(sw)
plot(colMeans(sw), type="l", xlab="months", ylab="soil water")

Run the code above in your browser using DataLab