-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.Rmd
42 lines (29 loc) · 831 Bytes
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
title: "README-XC95"
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, echo = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
```{r, echo = FALSE}
cat(paste0("Last Update: ",Sys.time()))
```
[![Travis-CI Build Status](https://travis-ci.org/leppott/XC95.svg?branch=master)](https://travis-ci.org/leppott/XC95)
Extirpation analysis for benthic macroinvertebrates.
Installation
------------
library(devtools) #install if needed
install_github("leppott/XC95")
Purpose
------------
To aid and simplify extirpation analysis for benthic macroinvertebrates (or fish) through the use of built in functions.
Status
------------
Minimally viable package. All functions with working examples and data.
Usage
------------