Last data update: 2014.03.03

R: plot BCE
plot.bceR Documentation

plot BCE

Description

produces summary plots of the random walks of the BCE; these are intended for inspection only.

Usage

## S3 method for class 'bce'
plot(x, ...)

Arguments

x

an object of class bce and/or _modMCMC_. Output of one of the functions BCE or bce1.

...

additional arguments.

Details

When the argument an object is of class _modMCMC_, which is the case if it is the output of bce1(), it is treated as such (see modMCMC).

Calling the plot-function with the output of BCE as argument, will produce a series of plots with the random walks of each variable. The layout of these plots is kept very sober, as they are primarily intended for inspection of the random walk (see BCE). Users are free to write their own publication quality plots. Click or hit Enter to see the next plot, hit Esc to stop seeing new plots.

Author(s)

Karel Van den Meersche

See Also

BCE, summary.bce, export.bce, pairs.bce

Examples

# bceOutput is an example output based on bceInput

plot(bceOutput)

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(BCE)
Loading required package: FME
Loading required package: deSolve

Attaching package: 'deSolve'

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

    matplot

Loading required package: rootSolve
Loading required package: coda
Loading required package: limSolve
Loading required package: Matrix
> png(filename="/home/ddbj/snapshot/RGM3/R_CC/result/BCE/plot.bce.Rd_%03d_medium.png", width=480, height=480)
> ### Name: plot.bce
> ### Title: plot BCE
> ### Aliases: plot.bce
> ### Keywords: models
> 
> ### ** Examples
> 
> # bceOutput is an example output based on bceInput
> 
> plot(bceOutput)
> 
> 
> 
> 
> 
> dev.off()
null device 
          1 
>