This function plots the quantiles of the standard exponential distribution
on the x-axis and the log values of the provided data on the y-axis. If
Pareto data was supplied, a log transformation of this data would result
in an exponential distribution with mean \(\alpha\).
These data points would then show up on the QQ-plot as a line
with slope \(1/\alpha\).
The function makes use of the plotly package if available and installed or
if not, defaults to the standard R plot.