axis: Axis helper function

secondary_x_axisR Documentation

Axis helper function

Description

functions to add secondary and nested axis.

Usage

secondary_x_axis(...)

secondary_y_axis(...)

set_secondary_axis(..., position = waiver(), position_aes = "x")

guide_axis_filter(
  ...,
  title = waiver(),
  check.overlap = FALSE,
  angle = NULL,
  n.dodge = 1,
  order = 0,
  position = waiver()
)

Arguments

...

other parameters passing to:

  • secondary_axis*(): ggh4x::guide_axis_manual().

  • guide_axis_filter(): parameters for filtering.

position

where this guide should be drawn: one of top, bottom, left, or right.

position_aes

one of "x" or "y".

title

A character string or expression indicating a title of guide. If NULL, the title is not shown. By default (waiver()), the name of the scale object or the name specified in labs() is used for the title.

check.overlap

silently remove overlapping labels, (recursively) prioritizing the first, last, and middle labels.

angle

Compared to setting the angle in theme() / element_text(), this also uses some heuristics to automatically pick the hjust and vjust that you probably want.

n.dodge

The number of rows (for vertical axes) or columns (for horizontal axes) that should be used to render the labels. This is useful for displaying labels that would otherwise overlap.

order

Used to determine the order of the guides (left-to-right, top-to-bottom), if more than one guide must be drawn at the same location.

Value

a guide object.

Author(s)

Hou Yun

Examples

## Not run: 
as_md_tbl(mtcars) %>%
hyplot() +
  geom_point() +
  secondary_x_axis()

## End(Not run)

Hy4m/linkET documentation built on June 30, 2023, 7:39 p.m.