PhasePlot {bcpa} | R Documentation |
Phase plot of BCPA output
Description
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
Usage
PhasePlot(
windowsweep,
type = c("smooth", "flat")[1],
clusterwidth = 1,
...,
legend.where = "bottomright"
)
Arguments
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 |
Author(s)
Eliezer Gurarie
See Also
WindowSweep
, PartitionParameters
Examples
if(!exists("Simp.ws"))
{
data(Simp)
Simp.ws <- WindowSweep(GetVT(Simp), "V*cos(Theta)", windowsize = 50, windowstep = 1, progress=TRUE)
}
PhasePlot(Simp.ws)
[Package bcpa version 1.3.2 Index]