scale_northing: scale_northing

scale_northingR Documentation

scale_northing

Description

scale_northing

Usage

scale_northing(
  name = "Northing",
  ...,
  unit = "km",
  expand = ggplot2::expansion(mult = 0, add = 0),
  labels = purrr::partial(qtytools::convert_qty, from = "m", to = unit)
)

Arguments

name

character

...

passed to ggplot2::scale_x_continuous()

unit

character, like "km"

expand

like that returned by ggplot2::expansion()

labels

function that generates labels

Value

ggplot2 scale object


BAAQMD/ggtools documentation built on Feb. 8, 2023, 6:22 p.m.