day2month: Conversion of days to months

View source: R/utils.R

day2monthR Documentation

Conversion of days to months

Description

Conversion of days to months

Usage

day2month(x)

Arguments

x

(numeric(1))
time in days.

Value

A numeric vector with the time in months.

Examples

x <- c(403, 248, 30, 86)
day2month(x)


tern documentation built on June 22, 2024, 10:25 a.m.