mutate_to_log {evprof}R 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


[Package evprof version 1.1.2 Index]