Skip to contents

Autoplots a phasesMatrix Object

Usage

# S3 method for phasesMatrix
autoplot(object, tauRef = 0.95, ampl = TRUE, ...)

Arguments

object

An object with class "phasesMatrix".

tauRef

Value of the probability tau to be used as reference in the comparison.

ampl

Logical. If TRUE the phases are shown through the sine waves weighted by their amplitude \(\gamma_k\). If FALSE the sine waves are not weighted. The later option can be used to better asses the variation of phase for the higher harmonics since these usually have smaller amplitudes.

...

Further arguments to be passed to geom_line.

Value

An object inheriting from "ggplot".