Learn R Programming

alcyon (version 0.7.0)

readMetaGraph: Read MetaGraph

Description

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

Usage

readMetaGraph(fileName)

Value

A list of ShapeMaps, ShapeGraphs and PointMaps

Arguments

fileName

The metagraph file

Examples

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

Run the code above in your browser using DataLab