load_h5: Load an hdf5 file produced by the Fisher Stepping Stone...

Description Usage Arguments Value Examples

Description

Load an hdf5 file produced by the Fisher Stepping Stone model, either entirelly or only for a specified dataset.

Usage

1
load_h5(file, dataset = NULL)

Arguments

file

Path to the file.

dataset

optional specific dataset to open

Value

A list containing all datasets and parameters from the file. Or a simple array when a specific dataset is chosen.

Examples

1
2
file <- system.file("extdata", "result_sim.h5", package = "rfss")
result_sim <- load_h5(file)

alxsimon/rfss documentation built on May 10, 2019, 1:15 p.m.