plot.CTLpermute {ctl}R Documentation

Differential correlation versus likelihood plotted in curves

Description

Differential correlation versus likelihood plot curves.

Usage

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

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.

Details

None.

Value

None.

Author(s)

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

See Also

Examples

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

[Package ctl version 1.0.0-10 Index]