log10_ticks: A function to add log10 ticks

View source: R/tick_log10.R

log10_ticksR Documentation

A function to add log10 ticks

Description

This function generates log10 ticks for the figure in x-axis / y-axis

Usage

log10_ticks(x, y, log10_scale = "x", tick_type = "exp", minor_tick = TRUE)

Arguments

x

The array of x values

y

The array of y values

log10_scale

A string takes "x", "y", or "xy". It indicates the axix that will be plotted in log10 scale

tick_type

A string takes "exp" (the ticks are expressed by 10^) or "lin" (the ticks are expressed by 100..)

minor_tick

Binary, indicates if minor ticks are plotted


wltcwpf/hvsrProc documentation built on March 25, 2024, 7 p.m.