From a1d9f93138c2cfed92a683e37e72c737d52b7ad7 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 18 Jan 2017 19:58:13 +0100 Subject: One box time series and twa values - one_box() creates decline time series from mkinfit objects or simply from a half-life - sawtooth() generates sawtooth curves for arbitrary application patterns and decline models - twa() calculates moving window averages - max_twa() gives their maxima and - plot.one_box() can plot series generated by one_box() or sawtooth(), optionally adding a greay rectangle to illustrate the maximum moving window time weighted average --- NAMESPACE | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'NAMESPACE') diff --git a/NAMESPACE b/NAMESPACE index 3777574..af0eefa 100644 --- a/NAMESPACE +++ b/NAMESPACE @@ -2,8 +2,13 @@ S3method(GUS,chent) S3method(GUS,numeric) +S3method(max_twa,one_box) +S3method(one_box,mkinfit) +S3method(one_box,numeric) S3method(plot,TOXSWA_cwa) +S3method(plot,one_box) S3method(print,GUS_result) +S3method(twa,one_box) export(GUS) export(PEC_soil) export(PEC_sw_drainage_UK) @@ -14,15 +19,25 @@ export(SSLRC_mobility_classification) export(TOXSWA_cwa) export(endpoint) export(geomean) +export(max_twa) +export(one_box) export(pfm_degradation) export(read.TOXSWA_cwa) +export(sawtooth) export(soil_DT50) export(soil_Kfoc) export(soil_N) export(soil_sorption) +export(twa) import(graphics) import(mkin) importFrom(R6,R6Class) importFrom(methods,is) +importFrom(mkin,mkinpredict) importFrom(readr,fwf_empty) importFrom(readr,read_fwf) +importFrom(stats,filter) +importFrom(stats,frequency) +importFrom(stats,plot.ts) +importFrom(stats,time) +importFrom(stats,ts) -- cgit v1.2.1