plotDVI(example2)
# Override default layout of PM singletons
plotDVI(example2, nrowPM = 1)
# Subset
plotDVI(example2, pm = 1:2, am = 1, titles = c("PM (1-2)", "AM (1)"))
# AM only
plotDVI(example2, pm = FALSE, titles = "AM families")
# Further plot options
plotDVI(example2, frames = FALSE, marker = 1, cex = 1.2, nrowPM = 3, nrowAM = 2,
textAnnot = list(inside = list(c(M1 = "?", M2 = "?", M3 = "?"), cex = 1.5)))
Run the code above in your browser using DataLab