R/RcppExports.R

Defines functions decodeElist d2b b2d

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

b2d <- function(x) {
    .Call('_rgraph6_b2d', PACKAGE = 'rgraph6', x)
}

d2b <- function(x) {
    .Call('_rgraph6_d2b', PACKAGE = 'rgraph6', x)
}

decodeElist <- function(x, b) {
    .Call('_rgraph6_decodeElist', PACKAGE = 'rgraph6', x, b)
}

Try the rgraph6 package in your browser

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

rgraph6 documentation built on June 8, 2025, 10:25 a.m.