Plot an excursion with uncertainties

plotExcursion(
  x,
  alpha = 0.05,
  print.significance = FALSE,
  x.axis.label = NA,
  y.axis.label = NA,
  lab.mult = 0.02
)

Arguments

x

The output of detectExcursion()

alpha

What significance level to use?

print.significance

Show significance on the plot?

x.axis.label

Label the x-axis (default = NA, which will automatically generate from input)

y.axis.label

Label the y-axis (default = NA, which will automatically generate from input)

lab.mult

When labeling significance, how much higher than the highest point to put the label

Value

a ggplot2 object