limits
From ggplot2 v3.0.0
by Hadley Wickham
Generate correct scale type for specified limits
Generate correct scale type for specified limits
- Keywords
- internal
Usage
limits(lims, var)
Arguments
- var
name of variable
- limits
vector of limits
Examples
# NOT RUN {
ggplot2:::limits(c(1, 5), "x")
ggplot2:::limits(c(5, 1), "x")
ggplot2:::limits(c("A", "b", "c"), "x")
ggplot2:::limits(c("A", "b", "c"), "fill")
ggplot2:::limits(as.Date(c("2008-01-01", "2009-01-01")), "x")
# }
Community examples
Looks like there are no examples yet.