summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRanke Johannes <johannes.ranke@agroscope.admin.ch>2025-01-29 15:44:35 +0100
committerRanke Johannes <johannes.ranke@agroscope.admin.ch>2025-01-29 15:44:35 +0100
commit2bf16e09ca3c451cb26eee108dc95764576d084d (patch)
tree8663f6c07533c724ba1a391865c72652654f43d1 /README.md
parente6dfdecf78c448f3a0947c3e70806697c7586bc3 (diff)
Fix plot.one_box() for the case that a twa is shown
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8b3e423..ac78192 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,8 @@
[![codecov](https://codecov.io/github/jranke/pfm/branch/main/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
+simple PEC calculation routines and some routines for
+dealing with FOCUS pesticide fate modelling tools (currently only TOXSWA cwa
and out files), made available under the GNU public license.
## Installation
@@ -15,7 +16,8 @@ The easiest way to install the package is probably to use the
[r-universe repo](https://jranke.r-universe.dev/pfm):
```r
-install.packages("pfm", repos = c("https://jranke.r-universe.dev", "https://cran.r-project.org"))
+install.packages("pfm",
+ repos = c("https://jranke.r-universe.dev", "https://cran.r-project.org"))
```
The packages at R-universe are provided with a slight delay. Alternatively, you

Contact - Imprint