PhasePlot | R Documentation |
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 |
|
type |
whether to plot smooth or flat bcpa output |
clusterwidth |
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 |
legend.where |
where to place the tau legend (see |
Eliezer Gurarie
WindowSweep
, PartitionParameters
if(!exists("Simp.ws")) { data(Simp) Simp.ws <- WindowSweep(GetVT(Simp), "V*cos(Theta)", windowsize = 50, windowstep = 1, progress=TRUE) } PhasePlot(Simp.ws)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.