Learn R Programming

ctl (version 1.0.0-10)

plot.CTLpermute: Differential correlation versus likelihood plotted in curves

Description

Differential correlation versus likelihood plot curves.

Usage

# S3 method for CTLpermute
plot(x, type="s", ...)

Value

None.

Arguments

x

An object of class "CTLscan".

type

What type of plot should be drawn. for possible options see plot.

...

Passed to the function plot when it is called.

Author

Danny Arends Danny.Arends@gmail.com
Maintainer: Danny Arends Danny.Arends@gmail.com

Details

None.

See Also

  • CTLscan - Scan for CTL

  • print.CTLscan - Print a summary of a CTLscan

  • par - Plot parameters

  • colors - Colors used in plotting

Examples

Run this code
  library(ctl)
  data(ath.result) # Arabidopsis Thaliana dataset
  plot(ath.result[[1]]$perms)

Run the code above in your browser using DataLab