pretty_labels: Create pretty labels.

Description Usage Arguments Value See Also

View source: R/plotting.R

Description

Create pretty labels.

Usage

1
pretty_labels(v, howmany = length(v), project.on = c(0, 1))

Arguments

v

Vector used as a range from which we draw our labels.

howmany

Howmany labels are preferred to be drawn on the axis.

project.on

The original interval of labels default [0,1] to which we want to project our newly created lables.

Value

A list of two elements list(at, labels).

See Also

axis function for the sematics of the "at" and "labels" elements.


vsimko/trafficmsd documentation built on May 3, 2019, 7:08 p.m.