scale_radius: Scale radius

Description Usage Arguments

Description

Scale radius

Usage

1
scale_radius_area(..., range = c(-1, 1), midpoint = 0, guide = "legend")

Arguments

...

Arguments passed on to continuous_scale

minor_breaks

One of:

  • NULL for no minor breaks

  • waiver() for the default breaks (one minor break between each major break)

  • A numeric vector of positions

  • A function that given the limits returns a vector of minor breaks.

oob

One of:

  • Function that handles limits outside of the scale limits (out of bounds).

  • The default (scales::censor()) replaces out of bounds values with NA.

  • scales::squish() for squishing out of bounds values into range.

  • scales::squish_infinite() for squishing infitite values into range.

na.value

Missing values will be replaced with this value.

expand

For position scales, a vector of range expansion constants used to add some padding around the data to ensure that they are placed some distance away from the axes. Use the convenience function expansion() to generate the values for the expand argument. The defaults are to expand the scale by 5% on each side for continuous variables, and by 0.6 units on each side for discrete variables.

position

For position scales, The position of the axis. left or right for y axes, top or bottom for x axes.

super

The super class to use for the constructed scale

range

a numeric vector of length 2 that specifies the minimum and maximum size of the plotting symbol after transformation.

midpoint

the midpoint (in data value) of the diverging scale. Defaults to 0.

guide

A function used to create a guide or its name. See guides() for more information.


houyunhuang/ggcor documentation built on July 22, 2020, 8:31 p.m.