genDataLoad {Haplin}R Documentation

Loading the data previously read in and saved by "genDataRead"

Description

This function loads the data from the saved .ffData and .RData files, and prepares the data to subsequent analysis.

Usage

genDataLoad(filename = stop("'filename' must be given!"), dir.in = ".")

Arguments

filename

The base of the filenames; i.e. if the data is saved in "my_data_gen.ffData", "my_data_gen.RData" and "my_data_cov.RData", then the 'filename' should be "my_data".

dir.in

The path to the directory where files were saved (defaults to the current directory).

Value

A list object with three elements:


[Package Haplin version 7.3.1 Index]