From 79123acfdd9a9b905a5b177e2b7aa0d604e52267 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 19 Nov 2021 00:22:03 +0100 Subject: Add plot example, update static docs --- docs/reference/pp.html | 120 ++++++++++++++++++++++++++++++++++--------------- 1 file changed, 84 insertions(+), 36 deletions(-) (limited to 'docs/reference/pp.html') diff --git a/docs/reference/pp.html b/docs/reference/pp.html index aa660cb..c4e4a01 100644 --- a/docs/reference/pp.html +++ b/docs/reference/pp.html @@ -8,21 +8,29 @@ R6 class for holding a product with at least one active ingredient — pp • chents + - + - - + + + + + + + - + + - + - - + + + @@ -30,10 +38,10 @@ - + - + @@ -47,9 +55,10 @@ + - +
@@ -71,7 +80,7 @@ -
+
@@ -105,54 +114,93 @@
-

An R6 class for holding information about a product with at least one active ingredient

-
-
pp
- + +

Format

An R6Class generator object.

- -

Fields

+

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

-
+ +
ais

A list of active ingredients

+ +
concentrations

The concentration of the ais

+ +
concentration_units

Defaults to g/L

+ +

+

Methods

+ +

Public methods

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