One of the more tedious tasks in exploring environmental data sets is creating usable time series from the original complex data sets, especially when you want many series at will that group data in different ways. So wq also provides a way of transforming data sets to a common format that then allows a diversity of time series to be created quickly. A few functions are specific to the fields of limnology and oceanography.
The plots are designed for easy use, not for publication-quality graphs. Nonetheless, extensive customization is possible by passing options through ...
, adding annotations in the case of base graphics, and adding layers in the case of ggplot2 objects.
Two functions are used mainly for preparing the times series:
WqData
class
The WqData
class can be easily adapted to non-aquatic data. Obviously, the depth
field can be used for elevation in atmospheric studies. But more generally, the site
and depth
fields can be used for many two-way classifications and don't need to refer to spatial location.
Some of the time series functions include:
A few functions are specialized for the aquatic sciences:
The capabilities of wq are more fully explained in the accompanying vignette: wq: Exploring environmental monitoring data.