inst/doc/rubias-underlying-data-structures.R

## ----setup, include = FALSE, echo = FALSE, message=FALSE----------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)
library(rubias)

## -----------------------------------------------------------------------------
ploidies <- check_refmix(chinook, 5)
cpar <- tcf2param_list(chinook, 5, summ = FALSE, ploidies = ploidies)
cpar$RU_starts[1:5]

## -----------------------------------------------------------------------------
cpar$RU_vec[1:15]

Try the rubias package in your browser

Any scripts or data that you put into this service are public.

rubias documentation built on Feb. 10, 2022, 1:06 a.m.