Learn R Programming

StratigrapheR (version 1.3.1)

seq_log: 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)

Value

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

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,...)

See Also

convertAxis

Examples

Run this code
x1 <- 101
x2 <- 0.29

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

Run the code above in your browser using DataLab