base_axis_constr: Axis Constructor

View source: R/graphs_utils.R

base_axis_constrR Documentation

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.


IFC documentation built on Sept. 14, 2023, 1:08 a.m.