aboutsummaryrefslogblamecommitdiff
path: root/README.md
blob: 4e86389e6fb4aabdfcc64832f797f17dfa33dae1 (plain) (tree)
1
2
3
4
5
6
7
8

     
                                                                                                       
                                                                                                                        
 


                                                                             


               
                                                          
                                                







                                          
                                                               
                                                   
 

    
                 
                                          
   
 

      
                                                                                 
 
           
 

                                                                              
                                                                                               
# pfm

[![Build Status](https://travis-ci.com/jranke/pfm.svg?branch=master)](https://travis-ci.com/jranke/pfm)
[![codecov](https://codecov.io/github/jranke/pfm/branch/master/graphs/badge.svg)](https://codecov.io/github/jranke/pfm) 

The R package **pfm** provides some utilities for fate modelling, including
dealing with FOCUS pesticide fate modelling tools, (currently only TOXSWA cwa
and out files), made available under the GNU public license.

## Installation

The easiest way to install the package is probably to use 
[drat](https://cran.r-project.org/package=drat):

```r
install.packages("drat")
drat::addRepo("jranke")
install.packages("pfm")
```

Alternatively you can install the package 
using the `devtools` package.  Using `quick = TRUE` skips docs,
multiple-architecture builds, demos, and vignettes.


```r
library(devtools)
install_github("jranke/pfm", quick = TRUE)
```

## Use

Please refer to the [reference](http://pkgdown.jrwb.de/pfm/reference/index.html).

## Examples

One recent nice example of the usage of this package is the visualisation
of a time weighted average for a sawtooth curve obtained from several overlays
of mkinfit predictions as shown [here](http://pkgdown.jrwb.de/pfm/reference/plot.one_box.html).

Contact - Imprint