aboutsummaryrefslogtreecommitdiff
path: root/README.rmd
diff options
context:
space:
mode:
Diffstat (limited to 'README.rmd')
-rw-r--r--README.rmd6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.rmd b/README.rmd
index c28741d..77364fb 100644
--- a/README.rmd
+++ b/README.rmd
@@ -1,5 +1,9 @@
# pfm
-
+```{r, echo = FALSE}
+options(device = function(file, width = 7, height = 7, ...) {
+ cairo_pdf(tempfile(), width = width, height = height, ...)
+})
+```
The R package **pfm** provides some utilities for dealing with FOCUS pesticide fate modelling tools,
(currently only TOXSWA cwa files), made available under the GNU public license.
This means:

Contact - Imprint