aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-04-22 13:48:42 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2015-04-22 13:48:42 +0200
commit768a043848dd84b9e699916657d0a23b2f3b9e83 (patch)
tree5db1abe3e0dc5d5bd5254ca8cc709f61b3bd45a1 /README.md
parent04502ca0c658a6c929debd61aee87be8c7eceb04 (diff)
Fix header formatting
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