View source: R/lfcCatDrought.R
catdrought_describe_var | R Documentation |
catdrought_describe_var
is a wrapper for the $describe_var
method
of lfcCatDrought
objects. See catdrought
.
catdrought_describe_var(object, variables)
object |
|
variables |
character vector with the names of the variables to describe |
A character vector with the variable names to describe
Other catdrought functions:
catdrought_get_current_time_series()
,
catdrought_get_raster()
,
catdrought()
if (interactive()) {
catdroughtdb <- catdrought()
catdrought_describe_var(catdroughtdb, "DDS")
catdrought_describe_var(catdroughtdb, c("Esoil", "REW"))
# catdroughtdb is an R6 object, so the previous example is the same as:
catdroughtdb$describe_var("DDS")
catdroughtdb$describe_var(c("Esoil", "REW"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.