Learn R Programming

ctl (version 1.0.0-0)

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

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.

Value

None.

Details

None.

See Also

Examples

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

Run the code above in your browser using DataLab