plot.fastLink: Plot matching patterns of the EM object by posterior...

View source: R/plot.R

plot.fastLinkR Documentation

Plot matching patterns of the EM object by posterior probability of match

Description

plot.fastLink() plots the matching patterns of the EM object, ordering the matching patterns by the posterior probability of the match.

Usage

## S3 method for class 'fastLink'
plot(x, posterior.range, ...)

Arguments

x

Either a fastLink or fastLink.EM object to be plotted.

posterior.range

The range of posterior probabilities to display. Default is c(0.85, 1).

...

Further arguments to be passed to plot.fastLink().


fastLink documentation built on Nov. 17, 2023, 9:06 a.m.