checkShift: check shift values

Description Usage Arguments Value Author(s) See Also Examples

View source: R/checkShift.R

Description

internal function to check and correct shift values

Usage

1
checkShift(shift)

Arguments

shift

Shifting value to be checked

Value

corrected shift value

Author(s)

Berry Boessenkool, berry-b@gmx.de, Jun 2017

See Also

seasAxis, annualMax, qdoyCompute

Examples

1
2
3
4
5
6
7
## Not run:  # Excluded because it is internal
checkShift(-6)
checkShift(1:5)
checkShift(0)
checkShift(pi)

## End(Not run)

brry/rfs documentation built on May 24, 2019, 3:05 a.m.