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 |
type |
If "matrix", calls |
... |
further arguments to |
Value
a plot
Examples
plot(pairwise_scores(iris))
[Package bullseye version 1.0.0 Index]