mlindsk/pednoa
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
---
title: "pednoa: Pedigree Number of Different Alleles"
output:
github_document
---
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
<!-- badges: start -->
<!-- badges: end -->
## Installation
You can install the current devel-vesion of the package as
```{r, eval = FALSE}
remotes::install_github("mlindsk/pednoa", build_vignettes = FALSE)
```