R/igraph-reexports.R

#=============================================================================
#
#    Re-exported igraph functions
#
#=============================================================================

#' Re-export selected igraph functions
#'
#' These functions are re-exported from the \pkg{igraph} package for user convenience.
#'
#' @name igraph-reexports
#' @keywords internal
NULL


#' @importFrom igraph graph_from_data_frame
#' @export
igraph::graph_from_data_frame


#' @importFrom igraph graph_from_adjacency_matrix
#' @export
igraph::graph_from_adjacency_matrix


#' @importFrom igraph graph_from_incidence_matrix
#' @export
igraph::graph_from_incidence_matrix


#' @importFrom igraph V
#' @export
igraph::V


#' @importFrom igraph degree
#' @export
igraph::degree

Try the influential package in your browser

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

influential documentation built on May 28, 2026, 5:07 p.m.