Learn R Programming

ctl (version 1.0.0-10)

plot.CTLobject: Plot CTL curves or heatmaps

Description

Plot the CTL curve or heatmaps for a genome scan (the output of CTLscan).

Usage

# S3 method for CTLobject
plot(x, phenocol = 1:length(x), ...)

Value

None.

Arguments

x

An object of class "CTLobject", as output by CTLscan.

phenocol

Which phenotype column(s) should we plot. Defaults to creating an image of all phenotype columns

...

Passed to the function image.CTLobject plot.CTLscan 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)

Run the code above in your browser using DataLab