month2day | R Documentation |
Conversion of months to days. This is an approximative calculation because it considers each month as having an average of 30.4375 days.
month2day(x)
x |
( |
A numeric
vector with the time in days.
x <- c(13.25, 8.15, 1, 2.834)
month2day(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.