Learn R Programming

lazytrade (version 0.4.5)

dlog: Create log difference distribution

Description

Calculate log distribution and calculate difference within rows

[Stable]

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