Learn R Programming

LibOPF (version 2.5.0)

txt2opf: Converts a text file to an OPF subGraph object

Description

Converts a text file to an OPF subGraph object

Usage

txt2opf(inputFile)

Arguments

inputFile

Text input file

Value

Returns the OPF object

Examples

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

# }

Run the code above in your browser using DataLab