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

decayr

Travis-CI Build StatusCoverage Status

The goal of decayr is to demonstrate the use of a niche gaussian decay function, for the purposes of demonstrating how to use GitHub when making an R package.

Installation

You can install decayr from github with:

# install.packages("devtools")
devtools::install_github("njtierney/decayr")

Example

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

library(decayr)

gauss_decay(d_kj = 99,
            d_0 = 100)

gauss_decay(d_kj = 1,
            d_0 = 100)

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.



njtierney/decayr documentation built on May 6, 2019, 6:01 p.m.