aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/reference.html6
-rw-r--r--inst/staticdocs/index.r2
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/reference.html b/docs/reference.html
index 2d57140..52c537d 100644
--- a/docs/reference.html
+++ b/docs/reference.html
@@ -64,6 +64,9 @@
<li>
<code><a href="pai.html">pai</a></code><br />An R6 class for pesticidal active ingredients and associated data</li>
+
+ <li>
+ <code><a href="pp.html">pp</a></code><br />R6 class for holding a product with at least one active ingredient</li>
</ul>
<h3>Other</h3>
@@ -78,9 +81,6 @@
<code><a href="plot.chent.html">plot.chent</a></code><br />Plot method for chent objects</li>
<li>
- <code><a href="pp.html">pp</a></code><br />R6 class for holding a product with at least one active ingredient</li>
-
- <li>
<code><a href="print.chent.html">print.chent</a></code><br />Printing method for chent objects</li>
<li>
diff --git a/inst/staticdocs/index.r b/inst/staticdocs/index.r
index 83bfccd..7aa2074 100644
--- a/inst/staticdocs/index.r
+++ b/inst/staticdocs/index.r
@@ -1,5 +1,5 @@
sd_section(
"Class definitions",
"R6 classes and their methods",
- c("chent", "pai")
+ c("chent", "pai", "pp")
)

Contact - Imprint