powered by
Compute pretty mark locations for minor ticks, based on the way that traditional R graphics do it.
minorAxisTicks(usr, n = NULL, at.maj = NULL, extend = T)
the user coordinates of the minimum and maximum limits of the axis
the number of intervals defined by the minor ticks
the positions at which major tick-marks are to be drawn. By default (when NULL) tickmark locations are computed buy the axisTicks function
whether to add minor ticks even outside the major ticks (T) or not (F)
minorAxis, seq_log
minorAxis
seq_log
This function is based on every_nth, which suppresses values every multiple of a given number.
every_nth
minorAxisTicks(usr = c(-20, 620), n = 10)
Run the code above in your browser using DataLab