scr_xoverride {fxl} | R Documentation |
xoverride
Description
Override the x axis limits
Usage
scr_xoverride(
core_frame,
var,
xdelta = 1,
xticks = NULL,
xdraws = NULL,
xrotation = NULL,
xtickscex = 1,
xlabeloffset = NULL,
xtickslabs = NULL,
xticksadj = 1
)
Arguments
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 |
Value
nothing, run for side effects
Author(s)
Shawn Gilroy <sgilroy1@lsu.edu>
[Package fxl version 1.7.1 Index]