
Last chance! 50% off unlimited learning
Sale ends in
plotBaits(cd, pcol = "score", Ncol = "N", n = 16, baits = NULL, plotBaitNames = TRUE, plotBprof = FALSE, plevel1 = 5, plevel2 = 3, outfile = NULL, removeBait2bait = TRUE, width = 20, height = 20, maxD = 1e6, bgCol = "black", lev2Col = "blue", lev1Col = "red", bgPch = 1, lev1Pch = 20, lev2Pch = 20, ...)
chicagoData
object.baits
is specified).
TRUE
, the names of the baits, rather than their IDs, will appear in the plot.
TRUE
, display a line representing the expected Brownian noise at each distance.
pcol
column. plevel1
should be the more stringent threshold.
NULL
, output to current plotting device. Otherwise, this specifies a pdf file to write to.
TRUE
, bait-to-bait interactions are not plotted.
pdf
plevel1
and plevel2
, respectively.
plevel1
and plevel2
, respectively. Specified as per pch
in points
.
plot
data(cdUnitTest)
##modifications to cdUnitTest, ensuring it uses correct design directory
designDir <- file.path(system.file("extdata", package="Chicago"), "unitTestDesign")
cdUnitTest <- modifySettings(cd=cdUnitTest, designDir=designDir)
plotBaits(cdUnitTest)
Run the code above in your browser using DataLab