get.data.frame: Creating igraph graphs from data frames or vice-versa

View source: R/conversion.R

get.data.frameR Documentation

Creating igraph graphs from data frames or vice-versa

Description

[Deprecated]

get.data.frame() was renamed to as_data_frame() to create a more consistent API.

Usage

get.data.frame(x, what = c("edges", "vertices", "both"))

Arguments

x

An igraph object.

what

Character constant, whether to return info about vertices, edges, or both. The default is ‘edges’.


igraph/rigraph documentation built on May 19, 2024, 6:19 a.m.