mtwa | R Documentation |
Calculate Mean Temperature of the WArmest month (MTWA) from daily values of temperature.
mtwa(.data, ...)
## S3 method for class 'numeric'
mtwa(.data, pb = NULL, ...)
## S3 method for class 'tbl_df'
mtwa(.data, cpus = 1, ...)
.data |
Object with daily values of temperature. The object can be a:
|
... |
Optional parameters, including |
pb |
Function to signal the execution of one cycle (e.g.
|
cpus |
Numeric value with the number of CPUs to be used for the
computation. Default: |
If the input (.data
) is a
Numeric vector, it returns a single value for MTWA.
Data frame (tibble
object), it returns the same data frame
with an additional column called mtco
, containing values for MTWA.
plot_mtwa
Other utils climate:
gdd()
,
mat()
,
mi()
,
mtco()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.