Learn R Programming

tern (version 0.9.8)

day2month: Conversion of days to months

Description

Conversion of days to months

Usage

day2month(x)

Value

A numeric vector with the time in months.

Arguments

x

(numeric(1))
time in days.

Examples

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

Run the code above in your browser using DataLab