R/plotFUN.R
plotFD_loglog.Rd
Plot output from fluctuation analyses based on log-log regression
plotFD_loglog(
fd.OUT,
title = "",
subtitle = "",
xlabel = "Bin size",
ylabel = "Fluctuation",
logBase = NA,
doPlot = TRUE,
returnPlot = FALSE
)
Output from one of the fd_
functions that use log-log regression to get scaling exponents.
Plot title
Plot subtitle
x label
y label
base of the log used
Display the plot (A plot object is always returned invisibly)
return a ggplot2 object
A ggplot object