CHANGES SINCE 0.3-5 * Minor changes to code, with no changes in behaviour. CHANGES SINCE 0.3-4 * Addresses issues introduced with version 0.9 of ggplot2. * Uses reshape2 instead of reshape. * plotTsAnom and seasonTrend: minor plotting changes. CHANGES SINCE 0.3-3 New features * date2decyear: Converts dates to numeric years. * interpTs: More options for replacing NAs. * plotTs: Time series line plot plus isolated points * plotTsAnom: Now works for matrix time series. * theme_wq: Simplified version of theme_grey in package "ggplot2". Bugs fixed * tsMake: No longer excruciatingly slow when layer = "max.depths" CHANGES SINCE 0.3-2 New features * plotTsAnom: time series anomaly plot. * tsMake: Now aggregates depths (and days) by quantiles as well as means. Bugs fixed * plotSeason: Fixed problem with missing data treatment. * tsSub: Fixed problem with incorrect starting month. CHANGES SINCE 0.3-1 New features * plot method for class "WqData": Boxplots instead of stripcharts. Also fixed behaviour when less than 10 unique variables. * plotSeason: Changed "by.month" option to standardized anomalies. * tsMake: Added option to create series for "bottom" of water column. * Version requirement is R 10.0. Bugs fixed * Vignette file size fixed so it can be downloaded from HTML help. CHANGES SINCE 0.2-9 New features * All plot functions now produce objects of class "ggplot". * layOut: Lays out graphs of class ggplot. * mannKen: Added mts and plot options. * meanSub: Utility function to average subsets. * mts2ts: Prepare spatial time series for further analysis. * plotSeason: Added another way of plotting. * seaRoll: Plotting is an additional option. * trendHomog: Test for homogeneity of seasonal trends. * tsSub: Utility function to drop seasons in a ts. Terminology changes * plotEof: Changed to eofPlot. * seasonTrend: Changed to seasonTrend. CHANGES SINCE 0.2-8 New features * phenoPhase: Integration defaults can now be changed, if necessary. * plotSeason: Added smoother when type='by.month'. * seasonTrend: Changed appearance and some options. Bugs fixed * plotSeason: Fixed problem when type='by.month'. * plotTsTile: Now plots correct colours when four=FALSE. * tsMake: Fixed problem when layer of class "numeric". CHANGES SINCE 0.2-5 Terminology changes * wqData: Changed "narrow" to "long". * plotSeas: Changed to plotSeason. New features * ammFrac: New function for un-ionized ammonium. * plotSeason: Added option to plot individual months for entire record. * seasonTrend: New function for time series trends by season. * tsMake: Now allows for more ways of specifying depths. Bugs fixed * mannKen, seaKen: Now gives correct sign when trend given as %. * phenoAmp: Fixed problem when subsetting months leaves no data for year. * phenoPhase: Fixed problem when subsetting months and x is a "zoo" object. * plotSeason: Now handles num = 1. * tsMake: Fixed problem when focus consisted of a single variable or site. CHANGES SINCE 0.2-2 New features * interpTs: Option to fill with long-term mean or median. * plotSeas: Option to choose number of intervals. * WqData plot method: Option to choose variables. Bugs fixed * phenoPhase: Fixed problem where max.time month number given relative to subset rather than whole year * plotTsTile: More useful error message when not enough data. * seaRoll: Fixed problem with frequencies other than 12. * tsMake: Remove need to specify layer if no depth info. * WqData subset method: Removed because of strategy that WqData objects should not be changed. * wqData: Argument value "narrow" changed to more conventional "long". * wqData: Now requires time.format to be specified. * wqData: Now ensures variable is a factor when type = "long".