third()
R/third.R
autoplot.third.Rd
Produce a ggplot contour of the third-order moment over its non-redundant region.
# S3 method for class 'third' autoplot(object, ...)
a "third" object produced by third().
"third"
unused, for S3 generic compatibility.
a ggplot contour plot.
Nicholas Tierney
# \donttest{ t <- third(CVD$cvd, n.lag = 4) #> Maximum at (including symmetries): #> 0 0 #> Minimum at (including symmetries): #> 0 -4 4 -4 0 4 autoplot(t) # }