powered by
acfToDf
Plots a dataframe resulting from acfToDf by using ggplot2.
ggplot2
plotAcf( x = NULL, plot.title = "" )
dataframe, output of acfToDf
string, title of the output plot.
A ggplot object
# NOT RUN { #getting a driver data(driverA) #computing temporal autocorrelations x.df <- acfToDf( x = driverA, lag.max = 1000, length.out = 100 ) str(x.df) #plotting output plotAcf(x.df) # }
Run the code above in your browser using DataLab