Rdocumentation
powered by
Learn R Programming
retistruct (version 0.5.9)
retistruct.read.recdata: Read the reconstruction data from file
Description
Given an outline object with a
dataset
field, read the reconstruction data from the file
dataset
/r.Rdata
.
Usage
retistruct.read.recdata(o, check = TRUE)
Arguments
o
Outline object containing
dataset
field
check
If
TRUE
check that the base information in the reconstruction object is the same as the base data in source files.
Value
If the reconstruction data exists, return a reconstruction object, else return the outline object
o
.