mht.control {gap} | R Documentation |
Controls for mhtplot
Description
Parameter specification through function
Usage
mht.control(
type = "p",
usepos = FALSE,
logscale = TRUE,
base = 10,
cutoffs = NULL,
colors = NULL,
labels = NULL,
srt = 45,
gap = NULL,
cex = 0.4,
yline = 3,
xline = 3
)
Arguments
type |
Type of plot. |
usepos |
A flag. |
logscale |
A flag for log-scale. |
base |
Base of log. |
cutoffs |
Cutoffs of P-value, etc. |
colors |
Colours for chromosomes. |
labels |
Labels for chromosomes. |
srt |
Rotation degrees. |
gap |
Gap between data points. |
cex |
Scaling factor of data points. |
yline |
Vertical adjustment. |
xline |
Horiztonal adjustment. |
Value
A list as above.
[Package gap version 1.5-3 Index]