powered by
Gives the repartition of values for a log 10 scale between a given interval
seq_log(x1, x2, divide = FALSE)
the repartition of values for a log 10 scale between x1 and x2
the first value of the interval
the second value of the interval (can be higher or lower, but never equal to x1)
whether to divide the result for major values (1,10,100) and minor values (2,3,...,20,30,...)
convertAxis
x1 <- 101 x2 <- 0.29 seq_log(x1, x2) seq_log(x1, x2, divide = TRUE)
Run the code above in your browser using DataLab