Learn R Programming

astsa (version 2.4)

soiltemp: Spatial Grid of Surface Soil Temperatures

Description

A 64 by 36 matrix of surface soil temperatures (\({}^\circ \text{C}\)).

Arguments

Format

The format is: num [1:64, 1:36] 6.7 8.9 5 6.6 6.1 7 6.5 8.2 6.7 6.6 ...

References

You can find demonstrations of astsa capabilities at FUN WITH ASTSA.

The most recent version of the package can be found at https://github.com/nickpoison/astsa/.

In addition, the News and ChangeLog files are at https://github.com/nickpoison/astsa/blob/master/NEWS.md.

The webpages for the texts and some help on using R for time series analysis can be found at https://nickpoison.github.io/.

Examples

Run this code
par(mar = rep(1,4))
persp(1:64, 1:36, soiltemp, phi=25, theta=25, scale=FALSE, expand=4, 
       col='lightblue', border=4, ticktype="detailed", xlab="rows", 
       ylab="columns", zlab="temperature")

Run the code above in your browser using DataLab