Learn R Programming

g6R (version 0.5.0)

as_g6_nodes: Coerce to a list of g6_elements objects

Description

Coerce to a list of g6_elements objects

Usage

as_g6_nodes(x, ...)

as_g6_edges(x, ...)

# S3 method for g6_edges as_g6_edges(x, ...)

# S3 method for data.frame as_g6_edges(x, ...)

# S3 method for list as_g6_edges(x, ...)

as_g6_combos(x, ...)

# S3 method for g6_combos as_g6_combos(x, ...)

# S3 method for data.frame as_g6_combos(x, ...)

# S3 method for list as_g6_combos(x, ...)

Value

An object of class g6_nodes, g6_edges, or g6_combos.

Arguments

x

An object to be coerced. Data frame, list or g6 element are supported.

...

Additional arguments (unused).