plot.pairwise: Plot method for class 'pairwise'.

View source: R/plot_pairwise.R

plot.pairwiseR 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))

bullseye documentation built on Sept. 11, 2024, 9:24 p.m.