R/RcppExports.R

Defines functions lower_bound_ findNN_

Documented in findNN_ lower_bound_

# Generated by using Rcpp::compileAttributes() -> do not edit by hand
# Generator token: 10BE3573-1514-4C36-9D1C-5A225CD40393

findNN_ <- function(q, vec, check = FALSE) {
    .Call(`_protViz_findNN_`, q, vec, check)
}

lower_bound_ <- function(xq, xvec) {
    .Call(`_protViz_lower_bound__`, xq, xvec)
}

Try the protViz package in your browser

Any scripts or data that you put into this service are public.

protViz documentation built on Feb. 16, 2023, 9:45 p.m.