R6 class for a plant protection product with at least one active ingredient
Source:R/chent.R
ppp.Rd
Contains basic information about the active ingredients in the product
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.
Methods
Method new()
Usage
ppp$new(
name,
...,
concentrations,
concentration_units = "g/L",
density = 1000,
density_units = "g/L"
)