aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md11
-rw-r--r--README.rmd4
2 files changed, 11 insertions, 4 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
diff --git a/README.rmd b/README.rmd
index c87014f..b8a5829 100644
--- a/README.rmd
+++ b/README.rmd
@@ -35,7 +35,7 @@ install_github("jranke/pfm", subdir = "pkg", quick = TRUE)
## Use
-# Analyse TOXSWA output
+### Analyse TOXSWA output
Read in and analyse a cwa file:
@@ -48,7 +48,7 @@ example_cwa$moving_windows(c(7, 21))
print(example_cwa)
```
-# 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