bdm.knp.plot: k-ary Neighborhood Preservation plot

View source: R/bdm_knp.R

bdm.knp.plotR Documentation

k-ary Neighborhood Preservation plot

Description

Log and linear plots of the k-ary Neighborhood Preservation

Usage

bdm.knp.plot(bdm, ppxfrmt = 0)

Arguments

bdm

A bdm data mapping instance, or a list of them to make a comparative plot.

ppxfrmt

Format of ppx in the legend. If ppxfrmt > 1 then ppx is shown as a fraction of the data set size and ppxfrmt is the number of decimal digits. Default value is ppxfrmt = 0 and then ppx is experessed in absolute value.

Examples


# --- load example dataset
bdm.example()
## Not run: 
# --- compte the kNP
m <- bdm.knp(ex$data, ex$map, threads = 4)
# --- plot the kNP
bdm.knp.plot(m, ppxfrmt = 0)

## End(Not run)


jgarriga65/bigMap documentation built on June 10, 2024, 7:05 a.m.