plotChangePoint: Change point plotter

View source: R/plotChangePoint.R

plotChangePointR Documentation

Change point plotter

Description

Plots change points. Shows best plot or the top three plots based on BFIC value.

Usage

plotChangePoint(
  M1,
  M2,
  pad1,
  probvec,
  wid,
  m,
  n,
  data,
  indices,
  showall = FALSE
)

Arguments

M1

Max of probability vector [calculated in changePointDetect]

M2

If M1 > 3, good evidence of change point [calculated in changePointDetect]

pad1

padding [calculated in changePointDetect]

probvec

idealized data set and its discrete wavelet transform [calculated in changePointDetect]

wid

number of columns of data (width) [calculated in changePointDetect]

m

row length [calculated in changePointDetect]

n

length [calculated in changePointDetect]

data

change point dataset [calculated in changePointDetect]

indices

indices of change point [calculated in changePointDetect]

showall

set to TRUE to see the top three candidate plots based on highest BFIC value


speegled/cpbaywave documentation built on Feb. 19, 2024, 11:13 a.m.