plot-methods {changepoint.geo} | R Documentation |
~~ Methods for Function plot
~~
Description
~~ Methods for function plot
~~
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 ifplot.type
is "series" and the logical argumentadd.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.