diff options
author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2025-01-29 15:44:35 +0100 |
---|---|---|
committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2025-01-29 15:44:35 +0100 |
commit | 2bf16e09ca3c451cb26eee108dc95764576d084d (patch) | |
tree | 8663f6c07533c724ba1a391865c72652654f43d1 /README.md | |
parent | e6dfdecf78c448f3a0947c3e70806697c7586bc3 (diff) |
Fix plot.one_box() for the case that a twa is shown
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |