powered by
Calculate log distribution and calculate difference within rows
dlog(x)
matrix with one or more column
dataframe
# NOT RUN { library(magrittr) library(lazytrade) m <- seq(1:1000) %>% as.matrix(10) %>% dlog() # }
Run the code above in your browser using DataLab