Learn R Programming

LibOPF (version 2.6.2)

txt2opf: Converts a text file to an OPF subGraph object

Description

Converts a text file to an OPF subGraph object

Usage

txt2opf(inputFile)

Value

Returns the OPF object

Arguments

inputFile

Text input file

Examples

Run this code
dataset <- txt2opf(system.file("extdata/boat.txt",package = "LibOPF"))

Run the code above in your browser using DataLab