opf_write_subGraph {LibOPF}R Documentation

Writes into a file a subGraph

Description

Writes into a file a subGraph

Usage

opf_write_subGraph(g, file)

Arguments

g

The subGraph object

file

The file name to save the subGraph

Value

'NULL'

Examples

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


[Package LibOPF version 2.6.2 Index]