powered by
Behavioral phase plot of BCPA output. Mean and standard deviation are on the x and y axis. Size and color of points represent the time scale of autocorrelation
PhasePlot( windowsweep, type = c("smooth", "flat")[1], clusterwidth = 1, ..., legend.where = "bottomright" )
windowsweep object, i.e. the output of the WindowSweep function.
windowsweep
WindowSweep
whether to plot smooth or flat bcpa output
for flat BCPA, this is the temporal range within which change points are considered to be within the same cluster.
additional arguments passed to the plot base function.
plot
where to place the tau legend (see legend).
legend
WindowSweep, PartitionParameters
PartitionParameters
# NOT RUN { if(!exists("Simp.ws")) { data(Simp) Simp.ws <- WindowSweep(GetVT(Simp), "V*cos(Theta)", windowsize = 50, windowstep = 1, progress=TRUE) } PhasePlot(Simp.ws) # }
Run the code above in your browser using DataLab