seq_log: Gives the repartition of values for a log 10 scale between a...

View source: R/seq_log.R

seq_logR Documentation

Gives the repartition of values for a log 10 scale between a given interval

Description

Gives the repartition of values for a log 10 scale between a given interval

Usage

seq_log(x1, x2, divide = FALSE)

Arguments

x1

the first value of the interval

x2

the second value of the interval (can be higher or lower, but never equal to x1)

divide

whether to divide the result for major values (1,10,100) and minor values (2,3,...,20,30,...)

Value

the repartition of values for a log 10 scale between x1 and x2

See Also

convertAxis

Examples

x1 <- 101
x2 <- 0.29

seq_log(x1, x2)
seq_log(x1, x2, divide = TRUE)


StratigrapheR documentation built on July 9, 2023, 6:02 p.m.