From 92d97ba99d7b90d95a67796cb5e68f28f752b70b Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 17 Dec 2014 21:39:42 +0100 Subject: Initial commit: R6 class for TOXSWA cwa files --- pkg/man/plot.TOXSWA_cwa.Rd | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 pkg/man/plot.TOXSWA_cwa.Rd (limited to 'pkg/man/plot.TOXSWA_cwa.Rd') diff --git a/pkg/man/plot.TOXSWA_cwa.Rd b/pkg/man/plot.TOXSWA_cwa.Rd new file mode 100644 index 0000000..7f841b7 --- /dev/null +++ b/pkg/man/plot.TOXSWA_cwa.Rd @@ -0,0 +1,41 @@ +% Generated by roxygen2 (4.1.0): do not edit by hand +% Please edit documentation in R/TOXSWA_cwa.R +\name{plot.TOXSWA_cwa} +\alias{plot.TOXSWA_cwa} +\title{Plot TOXSWA surface water concentrations} +\usage{ +\method{plot}{TOXSWA_cwa}(x, time_column = c("datetime", "t", "t_firstjan"), + xlab = "default", ylab = "default", add = FALSE, total = FALSE, + LC_TIME = "C", ...) +} +\arguments{ +\item{x}{The TOXSWA_cwa object to be plotted.} + +\item{time_column}{What should be used for the time axis. If "t_firstjan" is chosen, +the time is given in days relative to the first of January in the first year.} + +\item{xlab,ylab}{Labels for x and y axis.} + +\item{add}{Should we add to an existing plot?} + +\item{total}{Should the total concentration in water be plotted, including substance sorbed +to suspended matter?} + +\item{LC_TIME}{Specification of the locale used to format dates} + +\item{...}{Further arguments passed to \code{plot} if we are not adding to an existing plot} +} +\description{ +Plot TOXSWA hourly concentrations of a chemical substance in a specific +segment of a segment of a TOXSWA surface water body. +} +\examples{ +H_sw_D4_pond <- read.TOXSWA_cwa("00001p_pa.cwa", + system.file("testdata/SwashProjects/project_H_sw/TOXSWA", + package = "pfm")) +plot(H_sw_D4_pond) +} +\author{ +Johannes Ranke +} + -- cgit v1.2.1