diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2015-06-11 09:54:57 +0200 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2015-06-11 09:54:57 +0200 |
commit | 586b248f5d249f4ebaad2175c9f78fcae8646636 (patch) | |
tree | 8ae417fb6a168a141b7c120e041f67978842cf76 /pkg | |
parent | fd1609aafd2f40266c1e29d8dfdf5e08e8838d35 (diff) |
Formatting
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/R/TOXSWA_cwa.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/R/TOXSWA_cwa.R b/pkg/R/TOXSWA_cwa.R index 7fd8ec1..55481b4 100644 --- a/pkg/R/TOXSWA_cwa.R +++ b/pkg/R/TOXSWA_cwa.R @@ -38,7 +38,7 @@ #' H_sw_D4_pond <- read.TOXSWA_cwa("00001p_pa.cwa", #' basedir = "SwashProjects/project_H_sw/TOXSWA", #' zipfile = system.file("testdata/SwashProjects.zip", -#' package = "pfm")) +#' package = "pfm")) read.TOXSWA_cwa <- function(filename, basedir = ".", zipfile = NULL, segment = "last", windows = NULL, thresholds = NULL) |