Description Usage Arguments Value Examples
View source: R/chiSqPeriodogramPlot.R
Draw a graph of chi-square periodogram
| 1 | chiSqPeriodogramPlot(chiSqPrdgmDF)
 | 
| chiSqPrdgmDF | data frame containing three column (testPerVec, Qp.act, Qp.sig) | 
ggplot object
| 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))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.