TRAMPknowns object (a group.knownsfor details).## S3 method for class 'TRAMPknowns':
plot(x, cex=1, name="species", pch=1, peaks.col, p=.02,
group.clusters=TRUE, groups.col=1:4, grid.by=5, grid.col="gray",
widths=c(1, 2, 1), ...)TRAMPknowns object.species or group.name.summary(x).p apart, brackets grouping
knowns are p/2 apart, and clustgroup.strict - see group.knowns) be joined
together?ceiling(grid.by/2) from the bottom of the plot. A
value of NA suppresses grid lines.layout). widths must be a vector of 3 elements,
corresponding to the three panels from left to right.group.knowns, which controls the grouping of
knowns, and TRAMPknowns, which constructs
TRAMPknowns objects.data(demo.knowns)
plot(demo.knowns)
pdf("knowns_summary.pdf", paper="default", width=8, height=11)
plot(demo.knowns)
plot(demo.knowns, group.clusters=FALSE)
dev.off()Run the code above in your browser using DataLab