Learn R Programming

ctl (version 1.0.0-0)

hist.CTLobject: Plot histogram of CTL permutations

Description

Plot histogram of CTL permutations (the output of CTLscan).

Usage

# S3 method for CTLobject
hist(x, phenocol=1, …)

Arguments

x

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

phenocol

Which phenotype column(s) should we analyse. Defaults to analyse all phenotype columns

Passed to the function image when it is called.

Value

For a detailed description, see CTLprofiles

Details

None.

See Also

Examples

Run this code
# NOT RUN {
  library(ctl)                      # Load CTL library
  data(ath.result)
  hist(ath.result, phenocol = 1:3)  # Compare the results of the first 3 scans
# }

Run the code above in your browser using DataLab