yday2YDAY | R Documentation |
Convert year-days to YDAY set 'dNNN'
yday2YDAY(x, width = 3, prefix = "d", flag = "0")
x |
integer vector, year-days (for example, 1-365 for annual data) |
width |
integer, width of the output string, default is 3 |
prefix |
character, prefix to add to the name, default is 'd' |
flag |
character, flag to add to the name, default is '0' |
character vector of the same length as x
with formatted year-days to
be used in the YDAY set.
yday2YDAY(1:365)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.