plotTourDiagnostics {condvis2} | R Documentation |
Plots diagnostics for the tour supplied
Description
Plots diagnostics for the tour supplied
Usage
plotTourDiagnostics(
path,
data,
pathlen = nrow(path),
threshold = 1,
which = 1:3,
...
)
Arguments
path |
the tour |
data |
the dataset |
pathlen |
the pathlength |
threshold |
used for similarityweight |
which |
subset of 1:3 |
... |
other args for similarityweight |
Details
The first plot shows approximately how much data are visible on each section, the second shows what proportion of data are visited by the tour, and the third a density estimate of max similarity values.
Value
Table of max sims attained.
[Package condvis2 version 0.1.2 Index]