Usage
## S3 method for class 'TRAMPsamples':
plot(x, sample.fk, ...)
TRAMPsamples.plotone(x, sample.fk, all.samples.global=FALSE, col=1:10,
xmax=NULL, mar.default=.5, mar.labels=8, cex=1)Arguments
sample.fk
The sample.fk to plot. If omitted, then all
samples are plotted, one after the other (this is useful for
generating a summary of all fits for printing out: see Example).
all.samples.global
Logical: Should plots be set up for all
enzyme/primer combinations present in x, even if the
combinations are not present for all individual cases? Analagous to
the same argument in plo col
Vector of colours to plot the different enzyme/primer
combinations. There must be at least as many colours as there are
different combinations.
xmax
Maximum size (in base pairs) for the plots to cover.
NULL (the default) uses the range of all data found in the
TRAMPsamples object (rounded up to the nearest 100).
NA will use the range of all data in
mar.default
Margin size (in lines of text) to surround the
plot.
mar.labels
Number of lines of text to be used for labels to the
left of the plots. Increase this if labels are being truncated.
cex
Scaling factor for text.
...
Additional arguments (ignored).