Learn R Programming

LibOPF (version 2.6.2)

opf_info: Gives information about the OPF file

Description

Gives information about the OPF file

Usage

opf_info(dataSet)

Value

`NULL`

Arguments

dataSet

The OPF file

Examples

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

Run the code above in your browser using DataLab