R/plot.R

Defines functions plot.datagraph

#' @export
plot.datagraph <- function(x, ...) {
  igraph::plot.igraph(as.igraph(x), ...)
}
vh-d/datagraphs documentation built on May 13, 2022, 1:42 p.m.