View source: R/plot_nearest_class_distances.R
| plotNearestClassDistances | R Documentation |
Title Plot nearest class distances
plotNearestClassDistances(
distances,
method,
classes = length(distances),
ylim = c(0, 1),
qu = 0.01,
mfrow = NULL
)
distances |
list of list with distances as produced by nearestClassDistances() |
method |
"boxplot", "min" or "quantile" |
classes |
number of classes, default=7 |
ylim |
limits for distances, default=c(0,1) |
qu |
quantile for method="quantile"; default 0.01 |
mfrow |
mfrow option forwarded to par; default NULL, computes some optimal values |
plots
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.