NEWS
tfplot 2015.12-1 (2015-12-16)
- Increased split plot right margin size to avoid label truncation.
- Fixed date rounding that occasionally caused a Xaxis label shift by a
month in split plots.
tfplot 2015.7-1
- Added default package imports as now required by CRAN.
tfplot 2015.4-1 (2015-04-28)
- Change require to requireNamespace for googleVis.
tfplot 2014.2-2 (2014-02-10)
- Minor change (rep_len to rep) to accommodate older R versions.
tfplot 2014.2-1 (2014-02-05)
- Eliminated passing par to plot and other plotting functions. It is now
set in tfplot or tfOnePlot. (It was probably not working previously.)
- Removed mar as an argument to tfplot (previously deprecated). Margins
must now be passed by par=list(mar=...).
- Added import of tframe in NAMESPACE.
tfplot 2013.12-1
- Added extra space at top when title or subtitle has a new line character.
- Added splitPane argument to tfplot and tfOnePlot to provide option
to produce a two pane graph, with more detail for lasy observations.
- Added Yaxis arguments to tfplot and tfOnePlot to provide more options
for Y axis format.
- Added Xaxis argument to tfplot and tfOnePlot to provide better handling
of X axis format.
- Changed tfplot behavior for zooreg series so they are treated as
ts series.
tfplot 2013.4-1 (2013-04-13)
- Changed tplot and tfOnePlot default for pch from NULL to 1 to
avoid warning in R-3.0.0 trying to rep() NULL.
- Added tfOnePlot tests.
tfplot 2012.7-1 (2012-09-20)
- Minor change in tfVisPlot to avoid note when building, regarding
googleVis (which is only suggested not required).
tfplot 2012.4-1 (2012-04-10)
- First release. Separated user utilities (tfplot, tfOnePlot, and simple
series manipulations) out of tframe. See tframe NEWS for older history.