readMetaGraph {alcyon}R 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)

[Package alcyon version 0.4.0 Index]