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 --- ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e78b175..fd5074e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +commit bba2cf3a70849ba86f37520d3e909cf1c706f416 +Author: Johannes Ranke +Date: 2016-12-22 11:06:57 +0100 + + Fix reading in times from .out files + + The code from the previous commit was broken. Also, the time + zone for the times that are read is now wet to 'UTC', in order to + avoid setting different time zones due to daylight savings, which + introduces artificial one-hour offsets on changeover days. + +commit 0af7c7b8c34067fc4756929925239c329b28ed32 +Author: Johannes Ranke +Date: 2016-12-14 18:26:14 +0100 + + Changelog update and roxygen run + commit 5a04ad3061c1484b45703e44149f49ec97cfbf15 Author: Johannes Ranke Date: 2016-12-14 16:52:14 +0100 -- cgit v1.2.1