seq_log {StratigrapheR} | R 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
Examples
x1 <- 101
x2 <- 0.29
seq_log(x1, x2)
seq_log(x1, x2, divide = TRUE)
[Package StratigrapheR version 1.3.1 Index]