aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md19
1 files changed, 1 insertions, 18 deletions
diff --git a/README.md b/README.md
index 3f0091f..4cf12c3 100644
--- a/README.md
+++ b/README.md
@@ -35,28 +35,11 @@ To 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)
```
-```
-## Warning in title(...): Konvertierungsfehler für 'Concentration [μg/L]' in
-## 'mbcsToSbcs': Punkt ersetzt <ce>
-```
-
-```
-## Warning in title(...): Konvertierungsfehler für 'Concentration [μg/L]' in
-## 'mbcsToSbcs': Punkt ersetzt <bc>
-```
-
-![plot of chunk unnamed-chunk-2](figure/unnamed-chunk-2-1.png)
+![plot of chunk unnamed-chunk-3](figure/unnamed-chunk-3-1.png)
```r
example_cwa$get_events(c(20, 100))

Contact - Imprint