powered by
Transforms dataframe to the matrix
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