chiSqPeriodogramPlot: Draw a graph of chi-square periodogram

Description Usage Arguments Value Examples

View source: R/chiSqPeriodogramPlot.R

Description

Draw a graph of chi-square periodogram

Usage

1
chiSqPeriodogramPlot(chiSqPrdgmDF)

Arguments

chiSqPrdgmDF

data frame containing three column (testPerVec, Qp.act, Qp.sig)

Value

ggplot object

Examples

1
2
3
oscillation <- sin(seq(0, 2 * pi * 10, by = 2 * pi / 1440))
oscillation.df <- data.frame(dateTime = 1:length(oscillation), value = oscillation)
chiSqPeriodogramPlot(chiSqPeriodogram(oscillation.df))

xsp documentation built on May 1, 2019, 8:37 p.m.