R/mindate.R

#'@rdname internal
`mindate` <-
function (x, julian = T) 
{
    mn <- index(x)[which.min(x)]
    if (julian) 
        mn <- as.POSIXlt(mn)$yday + 1
	mn
}

Try the IHA package in your browser

Any scripts or data that you put into this service are public.

IHA documentation built on May 2, 2019, 5:15 p.m.