README.md

snaptools

Tools for analysing data from the snapdragon hybrid zone in the collada de Toses.

snaptools provides tools for running common operations on data from the Antirrhinum majus hybrid zone project. The aim is to provide functions for some specific tasks that multiple people might want to implement, to avoid replication of effort and creeping errors.

Basic functions

Installation

snaptools can be installed from with R straight from GitHub using devtools.

devtools::install_github("ellisztamas/snaptools")

If you don't have devtools installed, install it with install.packages('devtools').

Then you can import the package just like any other R package with:

library("snaptools")

This will also import the documentation for each function, which is the best place to go to find out what functions are doing. For example, to see what the function to calculate density and frequency is doing, run

library("snaptools")
`?density_frequency

or

?snaptools::density_frequency

Dependencies

None

Author

Tom Ellis (thomas.ellis@gmi.oeaw.ac.at)



ellisztamas/snaptools documentation built on May 19, 2020, 2:03 p.m.