as_graph.data.frame {orbweaver}R Documentation

Data.frame as Graph

Description

Converts a data.frame to a graph.

Usage

## S3 method for class 'data.frame'
as_graph(x, type, ...)

Arguments

x

The data.frame to convert to a graph.

type

The type of graph to convert to. Currently only acyclic is supported.

...

Ignored.

Value

A graph of the given type.


[Package orbweaver version 0.0.3 Index]