PhasePlot function

Phase plot of BCPA output

Phase plot of BCPA output

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" )

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).

Examples

if(!exists("Simp.ws")) { data(Simp) Simp.ws <- WindowSweep(GetVT(Simp), "V*cos(Theta)", windowsize = 50, windowstep = 1, progress=TRUE) } PhasePlot(Simp.ws)

See Also

WindowSweep, PartitionParameters

Author(s)

Eliezer Gurarie

  • Maintainer: Eliezer Gurarie
  • License: Unlimited
  • Last published: 2022-05-30

Useful links