R/seqLog.R

#returns vector from lo to hi with multiplication steps of incr. Used for making ticks to a log-scaled axis 
seqLog <- function(from, to, base=10){base^(log(from,base):log(to,base))}

Try the smatr package in your browser

Any scripts or data that you put into this service are public.

smatr documentation built on May 2, 2019, 1:04 p.m.