computeclass | R Documentation |
Computes the drought class of a meteorological drought index
computeclass(object)
object |
drought class object |
data.table
rainfall = dummyrainfall(1950, 2000)
droughtindex = computenspi(x = dummyrainfall(1950, 2000),
stationaryspi = TRUE,
spiScale = 12,
dist = 'gamma'
)
computeclass(droughtindex)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.