Learn R Programming

ctl (version 1.0.0-0)

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", …)

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.

Value

None.

Details

None.

See Also

Examples

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

Run the code above in your browser using DataLab