init: Intialise a new Bayes Fst Object

View source: R/init.R

initR Documentation

Intialise a new Bayes Fst Object

Description

Intialise a new Bayes Fst Object

Usage

init(data)

Arguments

data

a dataset of class bayesFstData loaded by readData.

Value

an object of class bayesFst

Examples

bd = readData(system.file("extdata", "data_BB04.json", package = "rbayesfst"))
bf = init(bd)

jmcurran/rbayesfst documentation built on June 4, 2022, 9:57 a.m.