Learn R Programming

bullseye (version 0.1.2)

plot.pairwise: Plot method for class pairwise.

Description

Plot method for class pairwise.

Usage

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

Value

a plot

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

Examples

Run this code
plot(pairwise_scores(iris))

Run the code above in your browser using DataLab