baseDay2decimal {baytrends} | R Documentation |
Base Day
Description
Computes the decimal time representation of the base day of the year. From smwrBase package.
Usage
baseDay2decimal(x)
Arguments
x |
a vector of baseDay values, character, or factors of the form month
abbreviation and day number, generally created from |
Value
A numeric value representing the base day.
See Also
Examples
# The baseDay ordered by calendar year
bd.tmp <- baseDay(c("2000-02-29", "2000-03-01", "2001-03-01"),
numeric=FALSE)
baseDay2decimal(bd.tmp)
# ordered by water year, result should agree
bd.tmp <- baseDay(c("2000-02-29", "2000-03-01", "2001-03-01"),
numeric=FALSE, year="water")
baseDay2decimal(bd.tmp)
[Package baytrends version 2.0.12 Index]