Learn R Programming

IFC (version 0.2.1)

base_axis_constr: Axis Constructor

Description

Helper to rescale and label axes when linlog / asinh transformation is used.

Usage

base_axis_constr(lim, trans = "P", nint = 10)

Arguments

lim

vector of length 2 of axis extents.

trans

transformation applied. Defaut is "P".

nint

positive integer value indicating (approximately) the desired number of intervals. Default is 10.