bdm.optk.plot {bigMap}R Documentation

Plots the signal-to-nois-ratio as a function of the number of clusters.

Description

The function bdm.optk.sn2r() computes the S2NR that results from recursively merging clusters and, by deafult, makes a plot of these values. For large datasets this computation can take a while, so we can save this result by setting ret.optk = TRUE. If this result is saved, we can plot it again at any time using this funcion.

Usage

bdm.optk.plot(bdm)

Arguments

bdm

A bdm instance as generated by bdm.init().

Value

None.

Examples


bdm.example()
exMap <- bdm.optk.s2nr(exMap, ret.optk = TRUE)
bdm.optk.plot(exMap)

[Package bigMap version 2.3.1 Index]