chiSqPeriodogramPlot {xsp} | R Documentation |
Draw a graph of chi-square periodogram
Description
Draw a graph of chi-square periodogram
Usage
chiSqPeriodogramPlot(chiSqPrdgmDF)
Arguments
chiSqPrdgmDF |
data frame containing three column (testPerVec, Qp.act, Qp.sig) |
Value
ggplot object
Examples
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))
[Package xsp version 0.1.2 Index]