CRAN
wql 0.4.9
Exploring Water Quality Monitoring Data
Released Jul 4, 2017 by Joseph Stachelek
Dependencies
ggplot2 2.2.1 zoo 1.8-1 reshape2 1.4.3
Functions to assist in the processing and exploration of data from environmental monitoring programs. The package name stands for "water quality" and reflects the original focus on time series data for physical and chemical properties of water, as well as the biota. Intended for programs that sample approximately monthly, quarterly or annually at discrete stations, a feature of many legacy data sets. Most of the functions should be useful for analysis of similar-frequency time series regardless of the subject matter.
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>wql</artifactId> <version>0.4.9-b19</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:wql')
Test Results
This package was last tested against Renjin 0.9.2644 on Jun 2, 2018.
- DateTime-class-examples
- WqData-class-examples
- decompTs-examples
- ec2pss-examples
- eof-examples
- eofNum-examples
- eofPlot-examples
- interpTs-examples
- mannKen-examples
- mts2ts-examples
- oxySol-examples
- pett-examples
- phenoAmp-examples
- phenoPhase-examples
- plotSeason-examples
- plotTs-examples
- plotTsAnom-examples
- plotTsTile-examples
- seaKen-examples
- seaRoll-examples
- seasonTrend-examples
- sfbay-examples
- trendHomog-examples
- ts2df-examples
- tsMake-examples
- years-examples
- zoo-class-examples