Learn R Programming

lazytrade (version 0.4.4)

dlog: Create log difference distribution

Description

Transforms dataframe to the matrix

Usage

dlog(x)

Arguments

x

- matrix with one or more column

Value

- dataframe

Examples

Run this code
# NOT RUN {
library(magrittr)
library(lazytrade)
m <- seq(1:1000) %>% as.matrix(10) %>% dlog()


# }

Run the code above in your browser using DataLab