bdm.optk.plot: Plots the signal-to-nois-ratio as a function of the number of...

Description Usage Arguments Value Examples

View source: R/bdm_merge.R

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

1

Arguments

bdm

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

Value

None.

Examples

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

bigMap documentation built on July 8, 2020, 6:41 p.m.