plot-methods function

~~ Methods for Function plot ~~

~~ Methods for Function plot ~~

~~ Methods for function plot ~~ methods

Methods

  • signature(x='ANY'): Generic plot function, see graphics package using ?plot.
  • signature(x = "cpt.geo"): Plots the angle and distance mappings with changepoints as vertical lines. There are 3 different plotting options controlled using plot.type. Default is "mappings" which plots the distance and angle mappings; "full.data" produces a heatmap of all the series; "series" plots specific series. Use the argumentshow.series to give a vector containing the series to show in if plot.type is "series" and the logical argument add.mappings controls whether the mappings will also be shown. changepoints is a logical argument and controls whether the changepoints will be plotted or not. scale.series is a logical argument and controls whether the data should be scaled using the MAD transformation - this can be used with "full.data" or "series" plot types.