doublePerturbationGrob( mainEffect, dpEffect, mainEffectTarget, range=NULL, main=NULL, xlab=NULL, ylab=NULL, text=NULL, avoid.overlap=TRUE, axisOnOrigin = FALSE, drawBox = TRUE,
pch = 21, size=unit(1, "char"), fill = NULL, gpMain = gpar(lty="dashed", lwd=3, col="cyan"), gpNI = gpar(lty="dashed", lwd=3, col="orange"), gpPoints = gpar(pch=21), gpText = NULL, gpAxis = NULL, gpWTLines=NULL, name=NULL, gp=NULL, vp=NULL )
grid.doublePerturbation(..., draw = TRUE)
# a helper function for doublePerturbationGrob:
postDrawDetails.doublePerturbation(x, recording)xlim, ylim arguments of plot.
mainEffect.TRUE (default) the text labels are moved such that the text is not overlapping.TRUE, the x- and y-axis are draw on the origin of the data. If FALSE (default), the axis are drawn on the left and on the bottom.TRUE (default), a box is drawn around the plot.points for possible values.col defines a fill color for the points. Either a single value or a vector of the same length as mainEffect. If col is defined, all other elements of fill have no effect.
values is a numeric vector of the same length as mainEffcet that contains values that are mapped to colors.
at is a numeric vector indicating breakpoints along the values. If not specified will be equally spaced on the range of the values.
colors defines a set of colors from which a colorramp is created.
colramp defines a colorramp directly. colramp has no effect, if colors is defined.
gpar, typically the output from a call to the function gpar. This is basically a list of graphical parameter settings. Overall settings for the plot are set in gp.
gpar (See gp). gpMain and gpNI indicate the graphics parameter for the main effect lines and the non-interacting line. gpar (See gp). These arguments define graphical parameters for single compartments of the plot. TRUE the grob is drawn on the current device.doublePerturbationGrob.plotDoublePerturbation.
RNAinteract-package, plotDoublePerturbation, reportDoublePerturbation