loadGFICF: Restore GFICF object.

View source: R/gficf.R

loadGFICFR Documentation

Restore GFICF object.

Description

Function to read a GFICF object from a file saved with saveGFICF.

Usage

loadGFICF(file)

Arguments

file

name of the file where the object is stored.

Examples

gficf_file <- tempfile("gficf_data")

# restore
data2 <- loadGFICF(file = gficf_file)


dibbelab/gficf documentation built on Nov. 2, 2022, 2:28 a.m.