View source: R/scale_x_VISITDY.R
scale_x_VISITDY | R Documentation |
The scale will skip over 0, always show 1 (if it is in the range of the data), provide breaks with preference toward week scales, and provide minor breaks every day.
scale_x_VISITDY(...)
... |
Passed to |
Other Output support:
make_param_label()
## Not run:
ggplot(data.frame(x=-7:14, y=-7:14), aes(x=x, y=y, label=x)) +
scale_x_VISITDY() +
geom_text()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.