amDateAxisFormatter {rAmCharts4} | R Documentation |
Date axis formatter
Description
Create a list of settings for formatting the labels of a
date axis, to be passed on to the formatter
argument of
amAxisLabels
.
Usage
amDateAxisFormatter(
day = c("dd", "MMM dd"),
week = c("dd", "MMM dd"),
month = c("MMM", "MMM yyyy")
)
Arguments
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 |
Value
A list of settings for formatting the labels of a date axis.
[Package rAmCharts4 version 1.6.0 Index]