read.yEd {comato} | R Documentation |
Importing a concept map from a GraphML file.
Description
read.yEd
reads a graphML file that was created by yEd and imports the graph as a conceptmap object.
Usage
read.yEd(file, strip = TRUE)
Arguments
file |
The filename and path that should be read. |
strip |
Passed to the call of |
Value
A conceptmap object.
Examples
## Not run:
#Assuming that the data is in "~/cmap.graphml"
cm = read.yEd("~/cmap.graphml")
## End(Not run)
[Package comato version 1.1 Index]