powered by
read.yEd reads a graphML file that was created by yEd and imports the graph as a conceptmap object.
read.yEd
read.yEd(file, strip = TRUE)
The filename and path that should be read.
Passed to the call of conceptmap.igraph that is used to create the conceptmap object.
conceptmap.igraph
A conceptmap object.
# NOT RUN { #Assuming that the data is in "~/cmap.graphml" cm = read.yEd("~/cmap.graphml") # }
Run the code above in your browser using DataLab