readMetaGraph: Read MetaGraph

View source: R/readMetaGraph.R

readMetaGraphR Documentation

Read MetaGraph

Description

Reads a metagraph into a bunch of ShapeMaps/ShapeGraphs/LatticeMaps

Usage

readMetaGraph(fileName)

Arguments

fileName

The metagraph file

Value

A list of ShapeMaps, ShapeGraphs and LatticeMaps

Examples

fileName <- system.file(
    "extdata", "testdata", "barnsbury", "barnsburySmall.graph",
    package = "alcyon"
)
readMetaGraph(fileName)

alcyon documentation built on Aug. 30, 2026, 1:07 a.m.