minor.ticks.axis: Adding minor ticks to R basic plots

View source: R/utils.R

minor.ticks.axisR Documentation

Adding minor ticks to R basic plots

Description

Add minor ticks for log-log plots based on R basic graphic engine.

Usage

minor.ticks.axis(ax, n, lab = TRUE, tick.ratio = 0.5, mn, mx, ...)

Arguments

ax

Which axis to add minor ticks

n

The number of minor ticks in each segment

lab

If show minor ticks' labels

tick.ratio

Ratio of minor ticks' marks

mn, mx

The min and max value of minor ticks

...

Other parameters for axis() function


caesar0301/movr documentation built on June 18, 2022, 2:37 a.m.