inst/examples/ex_binary.R

# load libraries
library(SAFARI)

# load sample
data("rBPS")

# segmentation procedure
rBPS <- binary.segmentation(
    rBPS,
    id = c("NLST", "AA00474", "11030"),
    filter = 150,
    categories = c("geometric", "boundary", "topological")
)
estfernandez/SAFARI documentation built on July 28, 2022, 8:37 a.m.