Learn R Programming

xsp (version 0.1.2)

chiSqPeriodogramPlot: 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

Run this code
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))

Run the code above in your browser using DataLab