Learn R Programming

IFC (version 0.1.1)

base_axis_constr: Axis Constructor for 'base' Plot

Description

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

Usage

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

Arguments

lim

vector of length 2 of axis extents.

hyper

value where transition between Lin/Log is applied. Defaut is "P".

nint

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