README.md

PopGenUtils

The PopGenUtils package is developed as a way to document a collection of helper functions for the analysis of population genetics data.

What can this package do?

You can find more info on how to use the package by typing in the R console:

library(PopGenUtils)
help(package = "PopGenUtils")

To install the development version of PopGenUtils

You will need the package devtools to be able to install PopGenUtils. To install devtools:

install.packages("devtools")

To install PopGenUtils:

library(devtools)
install_github("nikostourvas/PopGenUtils")
library("PopGenUtils")


nikostourvas/PopGenUtils documentation built on April 23, 2022, 1:14 p.m.