aboutsummaryrefslogtreecommitdiff
path: root/docs/reference/pai.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/pai.html')
-rw-r--r--docs/reference/pai.html38
1 files changed, 27 insertions, 11 deletions
diff --git a/docs/reference/pai.html b/docs/reference/pai.html
index 4c143a1..30a5b77 100644
--- a/docs/reference/pai.html
+++ b/docs/reference/pai.html
@@ -18,19 +18,29 @@
<!-- Font Awesome icons -->
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous">
+<!-- clipboard.js -->
+<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.7.1/clipboard.min.js" integrity="sha384-cV+rhyOuRHc9Ub/91rihWcGmMmCXDeksTtCihMupQHSsi8GIIRDG0ThDc3HGQFJ3" crossorigin="anonymous"></script>
<!-- pkgdown -->
<link href="../pkgdown.css" rel="stylesheet">
<script src="../jquery.sticky-kit.min.js"></script>
<script src="../pkgdown.js"></script>
+
+
+<meta property="og:title" content="An R6 class for pesticidal active ingredients and associated data — pai" />
+<meta property="og:description" content="The class is initialised with an identifier which is generally an ISO common name.
+Additional chemical information is retrieved from the internet if available." />
+<meta name="twitter:card" content="summary" />
<!-- mathjax -->
-<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
+<script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
+
+
</head>
<body>
@@ -49,6 +59,12 @@
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li>
+ <a href="../index.html">
+ <span class="fa fa-home fa-lg"></span>
+
+ </a>
+</li>
+<li>
<a href="../reference/index.html">Reference</a>
</li>
</ul>
@@ -74,7 +90,7 @@
Additional chemical information is retrieved from the internet if available.</p>
- <pre><span class='no'>pai</span></pre>
+ <pre class="usage"><span class='no'>pai</span></pre>
<h2 class="hasAnchor" id="format"><a class="anchor" href="#format"></a>Format</h2>
@@ -82,11 +98,11 @@ Additional chemical information is retrieved from the internet if available.</p>
<h2 class="hasAnchor" id="fields"><a class="anchor" href="#fields"></a>Fields</h2>
- <p></p>
- <p><dl class='dl-horizontal'>
-<dt><code>iso</code></dt><dd>ISO common name according to ISO 1750 as retreived from www.alanwood.net/pesticides</dd></p>
- <p><dt><code>alanwood</code></dt><dd>List of information retreived from www.alanwood.net/pesticides</dd>
-</dl></p>
+
+ <dl class='dl-horizontal'>
+<dt><code>iso</code></dt><dd><p>ISO common name according to ISO 1750 as retreived from www.alanwood.net/pesticides</p></dd>
+ <dt><code>alanwood</code></dt><dd><p>List of information retreived from www.alanwood.net/pesticides</p></dd>
+</dl>
<h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2>
@@ -97,11 +113,11 @@ Additional chemical information is retrieved from the internet if available.</p>
#&gt; InChI Key $inchikey MXWJVTOOROXGIU-UHFFFAOYSA-N
#&gt; SMILES string $smiles:
#&gt; PubChem_Canonical
-#&gt; &quot;CCNC1=NC(=NC(=N1)Cl)NC(C)C&quot;
+#&gt; "CCNC1=NC(=NC(=N1)Cl)NC(C)C"
#&gt; Molecular weight $mw: 215.7
#&gt; PubChem synonyms (up to 10):
-#&gt; [1] &quot;2256&quot; &quot;atrazine&quot; &quot;1912-24-9&quot; &quot;Atranex&quot; &quot;Fenatrol&quot;
-#&gt; [6] &quot;Atred&quot; &quot;Oleogesaprim&quot; &quot;Atazinax&quot; &quot;Atrasine&quot; &quot;Chromozin&quot; </div></pre>
+#&gt; [1] "2256" "atrazine" "1912-24-9" "Gesaprim" "Chromozin"
+#&gt; [6] "Oleogesaprim" "Aktikon" "Argezin" "Atazinax" "Atranex" </div></pre>
</div>
<div class="col-md-3 hidden-xs hidden-sm" id="sidebar">
<h2>Contents</h2>
@@ -123,7 +139,7 @@ Additional chemical information is retrieved from the internet if available.</p>
</div>
<div class="pkgdown">
- <p>Site built with <a href="http://hadley.github.io/pkgdown/">pkgdown</a>.</p>
+ <p>Site built with <a href="http://pkgdown.r-lib.org/">pkgdown</a>.</p>
</div>
</footer>

Contact - Imprint