Learn R Programming

BASiCS (version 0.7.30)

plot-BASiCS_D_Chain-method: 'plot' method for BASiCS_D_Chain objects

Description

'plot' method for BASiCS_D_Chain objects

Usage

# S4 method for BASiCS_D_Chain,ANY
plot(x, Param = "muTest", Gene = NULL,
  Cell = NULL, ylab = "", xlab = "", main = "", ...)

Arguments

x

A BASiCS_D_Chain object.

Param

Name of the slot to be used for the plot. Possible values: muTest, muRef, deltaTest, deltaRef, phi, s, nu, thetaTest, thetaRef

Gene

Specifies which gene is requested. Required only if Param = "muTest", Param = "muRef", "deltaTest" or "deltaRef"

Cell

Specifies which cell is requested. Required only if Param = "phi", "s" or "nu"

ylab

As in par.

xlab

As in par.

main

As in par.

...

Other graphical parameters (see par).

Examples

Run this code
# NOT RUN {
# See
help(BASiCS_D_MCMC)

# }

Run the code above in your browser using DataLab