Last data update: 2014.03.03

R: plotDiff
plotDiffR Documentation

plotDiff

Description

Plots (sub)series before and after transformation.

Usage

plotDiff(object,name=NULL)

Arguments

object

An object of class 'TransTrajectories'.

name

Character. Name of (sub)series.

Details

None.

Author(s)

Diana H.P. Low, Efthimios Motakis

References

None

See Also

transformSeries

Examples

data(deltaGseg)
plotDiff(simtraj.tr2,name="1_2")

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(deltaGseg)
Loading required package: ggplot2
Loading required package: changepoint
Loading required package: zoo

Attaching package: 'zoo'

The following objects are masked from 'package:base':

    as.Date, as.Date.numeric

Successfully loaded changepoint package version 2.2.1
 NOTE: Predefined penalty values have changed.  Previous penalty values with a postfix 1 i.e. SIC1 are now without i.e. SIC and previous penalties without a postfix i.e. SIC are now with a postfix 0 i.e. SIC0. See NEWS and help files for further details.
Loading required package: wavethresh
Loading required package: MASS
WaveThresh: R wavelet software, release 4.6.6, installed

Copyright Guy Nason and others 1993-2013

Note: nlevels has been renamed to nlevelsWT

Loading required package: tseries
Loading required package: pvclust
Loading required package: fBasics
Loading required package: timeDate
Loading required package: timeSeries

Attaching package: 'timeSeries'

The following object is masked from 'package:zoo':

    time<-



Rmetrics Package fBasics
Analysing Markets and calculating Basic Statistics
Copyright (C) 2005-2014 Rmetrics Association Zurich
Educational Software for Financial Engineering and Computational Science
Rmetrics is free software and comes with ABSOLUTELY NO WARRANTY.
https://www.rmetrics.org --- Mail to: info@rmetrics.org
Loading required package: grid
Loading required package: reshape
Loading required package: scales
> png(filename="/home/ddbj/snapshot/RGM3/R_BC/result/deltaGseg/plotDiff.Rd_%03d_medium.png", width=480, height=480)
> ### Name: plotDiff
> ### Title: plotDiff
> ### Aliases: plotDiff
> 
> ### ** Examples
> 
> data(deltaGseg)
> plotDiff(simtraj.tr2,name="1_2")
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>