mutate_to_log: Logarithmic transformation to ConnectionStartDateTime and...

View source: R/exploration.R

mutate_to_logR Documentation

Logarithmic transformation to ConnectionStartDateTime and ConnectionHours variables

Description

Logarithmic transformation to ConnectionStartDateTime and ConnectionHours variables

Usage

mutate_to_log(sessions, start = getOption("evprof.start.hour"), base = exp(1))

Arguments

sessions

sessions data set in standard format.

start

integer, start hour in the x axis of the plot.

base

logarithmic base


evprof documentation built on May 29, 2024, 2:36 a.m.