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 |
type |
What type of plot should be drawn. for possible options see |
... |
Passed to the function |
Details
None.
Value
None.
Author(s)
Danny Arends Danny.Arends@gmail.com
Maintainer: Danny Arends Danny.Arends@gmail.com
See Also
-
CTLscan
- Scan for CTL -
print.CTLscan
- Print a summary of a CTLscan -
par
- Plot parameters -
colors
- Colors used in plotting
Examples
library(ctl)
data(ath.result) # Arabidopsis Thaliana dataset
plot(ath.result[[1]]$perms)
[Package ctl version 1.0.0-10 Index]