trend | R Documentation |
The function trend
computes linear slope.
trend(x)
## S4 method for signature 'Raster'
trend(x)
## S4 method for signature 'data.table'
trend(x)
## S4 method for signature 'character'
trend(x)
x |
Raster* object; data.table (see details); filename (character, see details) |
If 'x' is a data.table, its columns should be named: "lon", "lat", "date", and "value"
If 'x' is a filename, it should point to a *.nc file.
Raster* object; data.table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.