plot.lineupdist: Plot summary of inter-individual distances
Description
Plot histograms of self-self and self-nonself distances from a distance
matrix calculated by distee() or disteg().
Usage
# S3 method for lineupdist
plot(x, breaks = NULL, add.rug = TRUE, what = c("both", "ss", "sn"), ...)
Value
None.
Arguments
x
Output of distee() or disteg().
breaks
Optional vector of breaks, passed to
graphics::hist(), though if it is length 1, we interpret it as
the number of breaks and ensure that both histograms use the same set of
breaks.
Indicates whether to plot both self-self and self-nonself
distances (or correlations) or just one or the other. ("ss"
indicates self-self and "sn" indicates self-nonself.)