aboutsummaryrefslogtreecommitdiff
path: root/man/plot.TOXSWA_cwa.Rd
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-09-27 23:00:48 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2016-09-27 23:00:48 +0200
commit12a31f4c130c551f82232d9ef7dfb608bd52c53f (patch)
tree2525ab1ea4102a6edddbd0c2f03f4a851bf2f9c5 /man/plot.TOXSWA_cwa.Rd
parent0d958ab6f84b569b5437f231c56004890c4ae23b (diff)
Reorganise repository using standard package layout
Diffstat (limited to 'man/plot.TOXSWA_cwa.Rd')
-rw-r--r--man/plot.TOXSWA_cwa.Rd42
1 files changed, 42 insertions, 0 deletions
diff --git a/man/plot.TOXSWA_cwa.Rd b/man/plot.TOXSWA_cwa.Rd
new file mode 100644
index 0000000..b5f0163
--- /dev/null
+++ b/man/plot.TOXSWA_cwa.Rd
@@ -0,0 +1,42 @@
+% Generated by roxygen2: 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",
+ "t_rel_to_max"), 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 TOXSWA surface water body.
+}
+\examples{
+H_sw_D4_pond <- read.TOXSWA_cwa("00001p_pa.cwa",
+ basedir = "SwashProjects/project_H_sw/TOXSWA",
+ zipfile = system.file("testdata/SwashProjects.zip",
+ package = "pfm"))
+plot(H_sw_D4_pond)
+}
+\author{
+Johannes Ranke
+}
+

Contact - Imprint