Skip to contents

Could be an actual graph object, or a graph such as the Twitter following network defined implicitly via API requests, etc. The abstract graph is just a list with abstract_graph class and your desired subclass.

Usage

abstract_graph(subclass, ...)

Arguments

subclass

Desired subclass (character).

...

Other arguments to pass to list(). See rtweet_graph() for an example.