From bf535e05f09864d5a88591d55bb8993b0619e57a Mon Sep 17 00:00:00 2001 From: Ranke Johannes Date: Sat, 11 Nov 2023 08:23:28 +0100 Subject: Start new version, rename pp to ppp, more docs --- docs/reference/ppp.html | 194 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 194 insertions(+) create mode 100644 docs/reference/ppp.html (limited to 'docs/reference/ppp.html') diff --git a/docs/reference/ppp.html b/docs/reference/ppp.html new file mode 100644 index 0000000..7a9b861 --- /dev/null +++ b/docs/reference/ppp.html @@ -0,0 +1,194 @@ + +R6 class for a plant protection product with at least one active ingredient — ppp • chents + + +
+
+ + + +
+
+ + +
+

Contains basic information about the active ingredients in the +product

+
+ + +
+

Format

+

An R6Class generator object.

+
+
+

Public fields

+

name
+

The name of the product

+ + +
ais
+

A list of active ingredients

+ + +
concentrations
+

The concentration of the ais

+ + +
concentration_units
+

Defaults to g/L

+ + +
density
+

The density of the product

+ + +
density_units
+

Defaults to g/L +Creates a new instance of this R6 class.

+ + +
...
+

Identifiers of the active ingredients

+ + +
concentrations
+

Concentrations of the active ingredients

+ + +
concentration_units
+

Defaults to g/L

+ + +
density
+

The density

+ + +
density_units
+

Defaults to g/L +Printing method

+ + +

+
+
+

Active bindings

+

...
+

Identifiers of the active ingredients

+ + +

+
+
+

Methods

+ +
+

Public methods

+ +


+

Method new()

+ +
+

Usage

+

ppp$new(
+  name,
+  ...,
+  concentrations,
+  concentration_units = "g/L",
+  density = 1000,
+  density_units = "g/L"
+)

+
+ + +


+

Method print()

+ +
+

Usage

+

ppp$print()

+
+ + +


+

Method clone()

+

The objects of this class are cloneable with this method.

+

Usage

+

ppp$clone(deep = FALSE)

+
+ +
+

Arguments

+

deep
+

Whether to make a deep clone.

+ + +

+
+ +
+ +
+ +
+ +
+ + +
+ + + + + + + + -- cgit v1.2.1