knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

phdpopgene

Travis build status

The goal of phdpopgene is to ...

Installation

You can install the released version of phdpopgene from GitHub with:

devtools::install_github("santiago1234/phdpopgene")

Example

This is a basic example which shows you how to solve a common problem:

library(phdpopgene)
## basic example code

What is special about using README.Rmd instead of just README.md? You can include R chunks like so:

summary(cars)

TODO



santiago1234/phdpopgene documentation built on Dec. 31, 2020, 5:06 a.m.