Skip to contents

Produces a tmap plot for outputs of mess.

Usage

# S3 method for class 'MessResult'
plot(x, which = "mess", ...)

Arguments

x

A MessResult object returned by mess.

which

Character string specifying which output to plot. One of "mess" (default), "mod" (most dissimilar variable), or "mos" (most similar variable).

...

Additional arguments (currently unused).

Value

Invisibly returns x. Called for its side-effect of rendering a tmap plot.

Note

Requires the tmap package to be installed.