plotFD_loglog: Plot output from fluctuation analyses based on log-log...

View source: R/plotFUN.R

plotFD_loglogR Documentation

Plot output from fluctuation analyses based on log-log regression

Description

Plot output from fluctuation analyses based on log-log regression

Usage

plotFD_loglog(
  fd.OUT,
  title = "",
  subtitle = "",
  xlabel = "Bin size",
  ylabel = "Fluctuation",
  logBase = NA,
  doPlot = TRUE,
  returnPlot = FALSE
)

Arguments

fd.OUT

Output from one of the fd_ functions that use log-log regression to get scaling exponents.

title

Plot title

subtitle

Plot subtitle

xlabel

x label

ylabel

y label

logBase

base of the log used

doPlot

Display the plot (A plot object is always returned invisibly)

returnPlot

return a ggplot2 object

Value

A ggplot object


FredHasselman/casnet documentation built on April 20, 2024, 3:05 p.m.