aboutsummaryrefslogtreecommitdiff
path: root/pkg/man/TOXSWA_cwa.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2015-01-13 12:58:26 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2015-01-13 12:58:26 +0100
commit4d74570f1ca4a94d894c6c5169684a8246d0a51c (patch)
tree41273d9a5fc3814c7376f4855dd0dafad89bde90 /pkg/man/TOXSWA_cwa.Rd
parentee070c11f7c7faff2f573d27cf32aafab78971a8 (diff)
Correctly initialize R6 fields, read from zip files
Diffstat (limited to 'pkg/man/TOXSWA_cwa.Rd')
-rw-r--r--pkg/man/TOXSWA_cwa.Rd5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkg/man/TOXSWA_cwa.Rd b/pkg/man/TOXSWA_cwa.Rd
index 73491ce..c4d573b 100644
--- a/pkg/man/TOXSWA_cwa.Rd
+++ b/pkg/man/TOXSWA_cwa.Rd
@@ -47,9 +47,12 @@ for the requested moving window sizes in days.}
}
\examples{
H_sw_R1_stream <- read.TOXSWA_cwa("00003s_pa.cwa",
- system.file("testdata/SwashProjects/project_H_sw/TOXSWA",
+ basedir = "SwashProjects/project_H_sw/TOXSWA",
+ zipfile = system.file("testdata/SwashProjects.zip",
package = "pfm"))
H_sw_R1_stream$get_events(c(2, 10))
+H_sw_R1_stream$moving_windows(c(7, 21))
+print(H_sw_R1_stream)
}
\keyword{data}

Contact - Imprint