add.log.axis: Add Log Axis

View source: R/plotting.R

add.log.axisR Documentation

Add Log Axis

Description

A helper function to add log axis to a plot.

Usage

add.log.axis(
  side = 1,
  at = NULL,
  labels = NULL,
  ticks = T,
  base = 10,
  col = "black",
  color.minor = "grey",
  grid = F,
  grid.major = F,
  ...
)

Arguments

side

Side for the axis: 1 = bottom, 2 = left...

base

the log bsae for the axis

col

the color of the major axis labels

color.minor

the color for the minor ticks and grid (if specified)

grid

boolean, draw grid?

Author(s)

Thomas Bryce Kelly


tbrycekelly/TheSource documentation built on Nov. 7, 2023, 12:48 a.m.