find_closest_year {fHMM} | R Documentation |
Find closest year
Description
This function takes a date
as input and returns the closest year.
Usage
find_closest_year(date)
Arguments
date |
[ |
Value
An integer
, the closest year to the input date.
[Package fHMM version 1.4.1 Index]