reverse_log_trans: Reverse log transformation for ggplot

View source: R/utils-ggplot2.R

reverse_log_transR Documentation

Reverse log transformation for ggplot

Description

Show a reversed order for a log transformed scale from ggplot. Ripped from: https://stackoverflow.com/questions/11053899/how-to-get-a-reversed-log10-scale-in-ggplot2

Usage

reverse_log_trans(base = exp(1))

Arguments

base

a positive or complex number: the base with respect to which logarithms are computed. Defaults to e=exp(1).

Author(s)

Brian Diggs (https://stackoverflow.com/users/892313/brian-diggs)


jmbarbone/jordanExtra documentation built on Aug. 4, 2023, 5:37 p.m.