read.tgf: Importing a concept map from a TGF file.

Description Usage Arguments Value Examples

Description

read.tgf reads a TGF file and imports the graph as a conceptmap object.

Usage

1
read.tgf(file, strip = TRUE)

Arguments

file

The filename and path that should be read.

strip

Passed to the call of conceptmap.igraph that is used to create the conceptmap object.

Value

A conceptmap object.

Examples

1
2
3
4
5
## Not run: 
#Assuming that the data is in "~/cmap.tgf"
cm = read.tgf("~/cmap.tgf")

## End(Not run)

comato documentation built on May 2, 2019, 6:52 a.m.

Related to read.tgf in comato...