Learn R Programming

comato (version 1.1)

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

Description

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

Usage

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

Run this code
# NOT RUN {
#Assuming that the data is in "~/cmap.tgf"
cm = read.tgf("~/cmap.tgf")
# }

Run the code above in your browser using DataLab