Learn R Programming

vegalite (version 0.6.1)

axis_facet_row: General axis setttings (row facets)

Description

Axes provide axis lines, ticks and labels to convey how a spatial range represents a data range. Simply put, axes visualize scales.

By default, Vega-Lite automatically creates axes for x, y, row, and column channels when they are encoded. Axis can be customized via the axis property of a channel definition.

Usage

axis_facet_row(vl, axisWidth = 0, layer = NULL, offset = NULL, grid = FALSE, labels = TRUE, labelAngle = NULL, labelAlign = NULL, labelBaseline = NULL, labelMaxLength = 25, shortTimeLabels = NULL, subdivide = NULL, ticks = NULL, tickPadding = NULL, tickSize = 0, tickSizeMajor = NULL, tickSizeMinor = NULL, tickSizeEnd = NULL, title = "", titleOffset = NULL, titleMaxLength = NULL, characterWidth = 6, orient = NULL, format = NULL, remove = FALSE)

Arguments

vl
Vega-Lite object
axisWidth, layer, offset, grid, labels, labelAngle, labelAlign, labelBaseline
labelMaxLength, shortTimeLabels, subdivide, ticks, tickPadding, tickSize
tickSizeMajor, tickSizeMinor, tickSizeEnd, title, titleOffset, titleMaxLength
characterWidth, orient, format, remove

References

Vega-List Axis spec