Description Usage Arguments Value Author(s) See Also
Verifies if 'climate' represents the monthly climatology in one year, i.e 'climate' is monthly.climate type matrix whose rows represent months and each column represents a station. It is also used in setComprehensiveTemperatureGeneratorParameters
.
1 2 | is.monthly.climate(climate, nstation = 3, nmonth = 12,
verbose = TRUE)
|
climate |
matrix containing the 'monthly climatology' data |
nstation |
number of variable measurement stations (columns of the matrix 'climate') |
nmonth |
number of months in one year (it can be different if climate is represented by seasonal avarages or others), Default is 12 (recommended). (it can be different if climate is represented by seasonal averages, in this case 4) |
verbose |
Prints output and warining messagrs only if is |
A logical variable if the matrix 'climate' is monthly.climate type
Emanuele Cordano, Emanuele Eccel
setComprehensiveTemperatureGeneratorParameters
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.