R/cpp11.R

Defines functions getsphere igraph_hcass2

# Generated by cpp11: do not edit by hand

igraph_hcass2 <- function(n, ia, ib) {
  .Call(`_igraph_igraph_hcass2`, n, ia, ib)
}

getsphere <- function(spos, sradius, scolor, lightpos, lightcolor, swidth, sheight) {
  .Call(`_igraph_getsphere`, spos, sradius, scolor, lightpos, lightcolor, swidth, sheight)
}
igraph/rigraph documentation built on May 19, 2024, 6:19 a.m.