day2month {tern} | R Documentation |
Conversion of days to months
Description
Conversion of days to months
Usage
day2month(x)
Arguments
x |
( |
Value
A numeric
vector with the time in months.
Examples
x <- c(403, 248, 30, 86)
day2month(x)
[Package tern version 0.9.5 Index]