PhasePlot: Phase plot of BCPA output

View source: R/PhasePlot.r

PhasePlotR 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

windowsweep object, i.e. the output of the WindowSweep function.

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 plot base function.

legend.where

where to place the tau legend (see legend).

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)

EliGurarie/bcpa documentation built on June 2, 2022, 11:43 p.m.