read.folder.tgf {comato} | R Documentation |
Importing a set of concept maps from TGF files.
Description
read.folder.tgf
reads several TGF files and imports them as a conceptmaps object.
Usage
read.folder.tgf(folder, strip = TRUE)
Arguments
folder |
The path of a folder in which every TGF file is read. |
strip |
Passed to the call of |
Value
A list consisting of a conceptmaps object and the list of filenames (in the same order as the maps in the conceptmaps object).
Examples
## Not run:
#Assuming that the data is in the folder "~/cmaps"
cm = read.folder.tgf("~/cmaps")
## End(Not run)
[Package comato version 1.1 Index]