ddate2date | R Documentation |
Transform a date in decimal year format to a specific day or a range of days
ddate2date(ddate, type = "start")
ddate |
A numeric value in years with decimals |
type |
Not yet implemented |
date.table con solo una fechas: start.date
ddate2date(1985 + seq(0,1,by=.1))
ddate2date(1984 + seq(0,1,by=.1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.