readMetaGraph: Read MetaGraph

View source: R/readMetaGraph.R

readMetaGraphR Documentation

Read MetaGraph

Description

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

Usage

readMetaGraph(fileName)

Arguments

fileName

The metagraph file

Value

A list of ShapeMaps, ShapeGraphs and PointMaps

Examples

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

alcyon documentation built on April 3, 2025, 6:18 p.m.