From e7f7cfdeb40b836a2b4eb23ee93c57b4e6abb8f1 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Wed, 29 Jan 2025 19:08:30 +0100 Subject: Add NEWs entry and update docs --- docs/reference/PEC_soil.html | 2 +- docs/reference/PEC_sw_drainage_UK.html | 2 +- docs/reference/PEC_sw_exposit_drainage.html | 6 +-- docs/reference/index.html | 2 +- docs/reference/plot.one_box-1.png | Bin 24259 -> 24674 bytes docs/reference/plot.one_box-2.png | Bin 29965 -> 28126 bytes docs/reference/plot.one_box-3.png | Bin 41819 -> 27426 bytes docs/reference/plot.one_box-4.png | Bin 0 -> 36815 bytes docs/reference/plot.one_box-5.png | Bin 0 -> 35949 bytes docs/reference/plot.one_box.html | 76 +++++++++++++--------------- 10 files changed, 42 insertions(+), 46 deletions(-) create mode 100644 docs/reference/plot.one_box-4.png create mode 100644 docs/reference/plot.one_box-5.png (limited to 'docs/reference') diff --git a/docs/reference/PEC_soil.html b/docs/reference/PEC_soil.html index e214173..3c36cfa 100644 --- a/docs/reference/PEC_soil.html +++ b/docs/reference/PEC_soil.html @@ -306,7 +306,7 @@ doi:10.2903/j.efsa.2015.4093

diff --git a/docs/reference/PEC_sw_drainage_UK.html b/docs/reference/PEC_sw_drainage_UK.html index 8c4c56d..8505b9b 100644 --- a/docs/reference/PEC_sw_drainage_UK.html +++ b/docs/reference/PEC_sw_drainage_UK.html @@ -123,7 +123,7 @@ accessed 2019-09-27

diff --git a/docs/reference/PEC_sw_exposit_drainage.html b/docs/reference/PEC_sw_exposit_drainage.html index 7229923..3cd1f6f 100644 --- a/docs/reference/PEC_sw_exposit_drainage.html +++ b/docs/reference/PEC_sw_exposit_drainage.html @@ -23,7 +23,7 @@ V_ditch and V_drainage using units::units from the units package.'> pfm - 0.6.3 + 0.6.4 - +
@@ -48,7 +39,7 @@

Usage

-
# S3 method for one_box
+    
# S3 method for class 'one_box'
 plot(
   x,
   xlim = range(time(x)),
@@ -63,37 +54,39 @@
 
     

Arguments

-
x
+ + +
x

The object of type one_box to be plotted

-
xlim
+
xlim

Limits for the x axis

-
ylim
+
ylim

Limits for the y axis

-
xlab
+
xlab

Label for the x axis

-
ylab
+
ylab

Label for the y axis

-
max_twa
+
max_twa

If a numeric value is given, the maximum time weighted average concentration(s) is/are shown in the graph.

-
max_twa_var
+
max_twa_var

Variable for which the maximum time weighted average should be shown if max_twa is not NULL.

-
...
+
...

Further arguments passed to methods

@@ -109,35 +102,38 @@ be shown if max_twa is not NULL.

plot(sawtooth(dfop_pred, 3, 7), max_twa = 21) + # Use a fitted mkinfit model -m_2 <- mkinmod(parent = mkinsub("SFO", "m1"), m1 = mkinsub("SFO")) +m_2 <- mkinmod(parent = mkinsub("SFO", "m1"), m1 = mkinsub("SFO")) #> Temporary DLL for differentials generated and loaded -fit_2 <- mkinfit(m_2, FOCUS_2006_D, quiet = TRUE) +fit_2 <- mkinfit(m_2, FOCUS_2006_D, quiet = TRUE) #> Warning: Observations with value of zero were removed from the data pred_2 <- one_box(fit_2, ini = 1) pred_2_saw <- sawtooth(pred_2, 2, 7) +plot(pred_2_saw) plot(pred_2_saw, max_twa = 21, max_twa_var = "m1") - + +
-
- - + + -- cgit v1.2.1