amDateAxisFormatter | R Documentation |
Create a list of settings for formatting the labels of a
date axis, to be passed on to the formatter
argument of
amAxisLabels
.
amDateAxisFormatter( day = c("dd", "MMM dd"), week = c("dd", "MMM dd"), month = c("MMM", "MMM yyyy") )
day, week, month |
vectors of length two, the first component is a formatting string for the dates within a period, and the second one is a formatting string for the dates at a period change; see Formatting date and time |
A list of settings for formatting the labels of a date axis.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.