Skip to contents

S7 classes for representing caugi graphs in various export formats. These classes provide a common interface for serializing graphs to different text formats like DOT, GraphML, JSON, etc.

Base Class

caugi_export is the base class for all export formats. It provides:

  • content property: Character string containing the serialized graph

  • format property: Character string indicating the format type

  • Common methods: print(), as.character(), knit_print()

Subclasses