symlog_trans: A function to create symlog scaling for a plot

symlog_transR Documentation

A function to create symlog scaling for a plot

Description

Can be used to symlog scale the axis of a ggplot object. Is called in plot_count_scatterplot. Note that this function is taken from Stackoverflow! For more informations, see the thread here: https://stackoverflow.com/questions/14613355/how-to-get-something-like-matplotlibs-symlog-scale-in-ggplot-or-lattice

Usage

symlog_trans(base = 10, thr = 1, scale = 1)

Arguments

base

base for log

thr

threshold from which data is scaled to log

scale

scale


matsim-vsp/matsim-r documentation built on Feb. 3, 2025, 6:48 p.m.