Learn R Programming

LibOPF (version 2.5.0)

opf_info: Gives information about the OPF file

Description

Gives information about the OPF file

Usage

opf_info(dataSet)

Arguments

dataSet

The OPF file

Value

`NULL`

Examples

Run this code
# NOT RUN {
dat <- opf_read_subGraph(system.file("extdata/boat.dat",package = "LibOPF"))
opf_info(dat)

# }

Run the code above in your browser using DataLab