Learn R Programming

LibOPF (version 2.6.2)

opf_write_subGraph: Writes into a file a subGraph

Description

Writes into a file a subGraph

Usage

opf_write_subGraph(g, file)

Value

`NULL`

Arguments

g

The subGraph object

file

The file name to save the subGraph

Examples

Run this code
dataset <- opf_read_subGraph(system.file("extdata/boat.dat",package = "LibOPF"))
opf_write_subGraph(dataset, file.path(tempdir(), "boat.dat"))

Run the code above in your browser using DataLab