View source: R/element-axis-x.R
scr_xoverride | R Documentation |
Override the x axis limits
scr_xoverride(
core_frame,
var,
xdelta = 1,
xticks = NULL,
xdraws = NULL,
xrotation = NULL,
xtickscex = 1,
xlabeloffset = NULL,
xtickslabs = NULL,
xticksadj = 1
)
core_frame |
fxl object |
var |
string for title |
xdelta |
skips between ticks (can override) |
xticks |
specify ticks, vector or named list |
xdraws |
which x axes to draw |
xrotation |
degree to rotate positioned labels |
xtickscex |
expansion factor for labels |
xlabeloffset |
offset to push labels downward |
xtickslabs |
labels for x axis |
xticksadj |
alignment for custom labels |
nothing, run for side effects
Shawn Gilroy <sgilroy1@lsu.edu>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.