From 8ffbc49b3f01deac6f9e83aaa6d318d4e2f8552b Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 23 Jan 2015 16:44:04 +0100 Subject: Add option to plot relative to maximum --- pkg/man/plot.TOXSWA_cwa.Rd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkg/man/plot.TOXSWA_cwa.Rd') diff --git a/pkg/man/plot.TOXSWA_cwa.Rd b/pkg/man/plot.TOXSWA_cwa.Rd index 640f65d..9136c10 100644 --- a/pkg/man/plot.TOXSWA_cwa.Rd +++ b/pkg/man/plot.TOXSWA_cwa.Rd @@ -4,9 +4,9 @@ \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", ...) +\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.} -- cgit v1.2.1