knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)

mut2

The aim om mut2 is to provide functions that balance mutation matrices.

Installation

To get the last version, install from GitHub as follows:

 # First install devtools if needed
if(!require(devtools)) install.packages("devtools")

# Install mut2 from GitHub
devtools::install_github("thoree/mut2")


thoree/mut2 documentation built on May 16, 2023, 7:56 p.m.