plot.pairwise {bullseye}R Documentation

Plot method for class pairwise.

Description

Plot method for class pairwise.

Usage

## S3 method for class 'pairwise'
plot(x, type = c("matrix", "linear"), ...)

Arguments

x

An object of class pairwise

type

If "matrix", calls plot_pairwise, if "linear" calls plot_pairwise_linear

...

further arguments to plot_pairwise or plot_pairwise_linear

Value

a plot

Examples

plot(pairwise_scores(iris))

[Package bullseye version 0.1.0 Index]