R/exports.R

Defines functions fromIgraph

Documented in fromIgraph

# netCoin -> igraph
toIgraph <- rd3_toIgraph
# igraph -> netCoin
fromIgraph <- function(G, ...){
  net <- rd3_fromIgraph(G, ...)
  class(net) <- c("netCoin",class(net))
  return(net)
}

layoutCircle <- rd3_layoutCircle
layoutGrid <- rd3_layoutGrid
addTutorial <- add_tutorial_rd3

Try the netCoin package in your browser

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

netCoin documentation built on March 31, 2023, 7:34 p.m.