summaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorJohannes Ranke <johannes.ranke@jrwb.de>2026-03-13 13:22:03 +0100
committerJohannes Ranke <johannes.ranke@jrwb.de>2026-03-13 13:22:03 +0100
commit0be378ede2f5b83c2451a57d1131288ff52685ea (patch)
treed93fe8be1f2635d1ec3d3828e12b812e102ec640 /docs/index.md
parenta5e851a5d81194bef25c3f3a32e355e5795cdde1 (diff)
Update online docs
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md12
1 files changed, 5 insertions, 7 deletions
diff --git a/docs/index.md b/docs/index.md
index 7861205..818af8a 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -64,14 +64,12 @@ which starts with querying the [BCPC
compendium](http://www.bcpcpesticidecompendium.org/) first.
``` r
-lambda <- pai$new("lambda-cyhalothrin")
-#> Querying BCPC for lambda-cyhalothrin ...
-#> Querying PubChem for name lambda-cyhalothrin ...
+delta <- pai$new("deltamethrin")
+#> Querying BCPC for deltamethrin ...
+#> Querying PubChem for inchikey OWZREIFADZCYQD-NSHGMRRFSA-N ...
#> Get chemical information from RDKit using PubChem SMILES
-#> CC1([C@@H]([C@@H]1C(=O)O[C@@H](C#N)C2=CC(=CC=C2)OC3=CC=CC=C3)/C=C(/C(F)(F)F)\Cl)C
-#> Warning in self$get_rdkit(template = template): RDKit mw is 449.856 while mw is
-#> 449.8
-plot(lambda)
+#> CC1([C@H]([C@H]1C(=O)O[C@H](C#N)C2=CC(=CC=C2)OC3=CC=CC=C3)C=C(Br)Br)C
+plot(delta)
```
![](reference/figures/README-unnamed-chunk-5-1.png)

Contact - Imprint