agg_xlim.RdSpecify the x limits for a graph
agg_xlim(min, max, panel = NULL)
| min | The minimum for the x-axis (can be NA to have arphit guess, based on your data) |
|---|---|
| max | The maximum (can also be NA, as above) |
| panel | (optional) Which panel to apply the scale to. If left blank, will be applied to all panels. This is recommended. You can specify a vector of panels (e.g. `panel = c("1","3")`) to apply the limits to multiple panels at once. |
vignette("plotting-options", package = "arphit") for a detailed description of
all the plotting options
#>#>