Do Log2 transformation on a column, and then compare with and without log2 transformation

Log2TargetDensityPlotComparison(inputted.data, col.name.to.log)

Arguments

inputted.data

A dataframe.

col.name.to.log

Name of column to do log transformation on. Column should be numerical continuous.

Value

No object is returned. A plot will be made.

See also