opf_merge: Merge subGraphs

View source: R/LibOPF.R

opf_mergeR Documentation

Merge subGraphs

Description

Merge subGraphs

Usage

opf_merge(dataSets)

Arguments

dataSets

An array of subGraph objects

Value

Returns the merged subGraph object

Examples

dat <- opf_read_subGraph(system.file("extdata/boat.dat",package = "LibOPF"))
dat2 <- opf_read_subGraph(system.file("extdata/Z1LINE.dat",package = "LibOPF"))
dataSet <- opf_merge(c(dat,dat2))


LibOPF documentation built on Feb. 16, 2023, 10:13 p.m.