month2day: Conversion of months to days

View source: R/utils.R

month2dayR Documentation

Conversion of months to days

Description

[Stable]

Conversion of months to days. This is an approximative calculation because it considers each month as having an average of 30.4375 days.

Usage

month2day(x)

Arguments

x

(numeric(1))
time in months.

Value

A numeric vector with the time in days.

Examples

x <- c(13.25, 8.15, 1, 2.834)
month2day(x)


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