aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.md b/README.md
index 04ac11f..027ca4c 100644
--- a/README.md
+++ b/README.md
@@ -32,13 +32,20 @@ install_github("jranke/pfm", subdir = "pkg", quick = TRUE)
## Use
-# Analyse TOXSWA output
+### Analyse TOXSWA output
Read in and analyse a cwa file:
```r
library(pfm)
+```
+
+```
+## Loading required package: R6
+```
+
+```r
example_cwa <- read.TOXSWA_cwa("00003s_pa.cwa")
plot(example_cwa)
```
@@ -78,7 +85,7 @@ print(example_cwa)
## No events found
```
-# Calculate PEC soil
+### Calculate PEC soil
Simple PEC soil calculation for an application rate of 100 g/ha and
25% interception, assuming complete mixing into 5 cm and a soil bulk

Contact - Imprint