View source: R/correct_continuous.R
correct_continuous | R Documentation |
If month specification is continuous, it must be interpreted differently if it contains 0. E.g., -5:8 must be translated to c(-5:-12, 1:8).
correct_continuous(month)
x |
a numeric month id specification |
a numeric vector with the corrected month id specification
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.