Learn R Programming

lazytrade (version 0.5.4)

dlog: Create log difference distribution

Description

Calculate log distribution and calculate difference within rows

[Stable]

Usage

dlog(x)

Value

  • dataframe

Arguments

x
  • matrix with one or more column

Examples

Run this code

library(magrittr)
library(lazytrade)
m <- seq(1:1000) %>% as.matrix(10) %>% dlog()


Run the code above in your browser using DataLab