View source: R/readMetaGraph.R
readMetaGraph | R Documentation |
Reads a metagraph into a bunch of ShapeMaps/ShapeGraphs/PointMaps
readMetaGraph(fileName)
fileName |
The metagraph file |
A list of ShapeMaps, ShapeGraphs and PointMaps
fileName <- system.file(
"extdata", "testdata", "barnsbury", "barnsburySmall.graph",
package = "alcyon"
)
readMetaGraph(fileName)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.