limits | R Documentation |
Generate correct scale type for specified limits
limits(lims, var)
var |
name of variable |
limits |
vector of limits |
animint2:::limits(c(1, 5), "x")
animint2:::limits(c(5, 1), "x")
animint2:::limits(c("A", "b", "c"), "x")
animint2:::limits(c("A", "b", "c"), "fill")
animint2:::limits(as.Date(c("2008-01-01", "2009-01-01")), "x")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.