From b935273d651301b271e0cb66bf36c2bbc1d15b32 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Thu, 31 Jan 2019 01:40:24 +0100 Subject: Separate out PELMO utilities into rPELMO --- docs/index.html | 52 ++++++++++++++++++---------------------------------- 1 file changed, 18 insertions(+), 34 deletions(-) (limited to 'docs/index.html') diff --git a/docs/index.html b/docs/index.html index a6429d3..d71ab63 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,20 +1,20 @@ - + Utilities for Pesticide Fate Modelling • pfm - - - + + + - @@ -24,14 +24,15 @@
-
+
-

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. This means:

- +

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:

- +

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

-
library(devtools)
-install_github("jranke/pfm", quick = TRUE)
+
library(devtools)
+install_github("jranke/pfm", quick = TRUE)

@@ -101,19 +90,16 @@

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.

-

Another, even more recent example shows how FOCUS PELMO can be run in parallel under Linux as shown here.

- -- cgit v1.2.1