diff options
| author | Johannes Ranke <johannes.ranke@jrwb.de> | 2026-03-05 15:57:01 +0100 |
|---|---|---|
| committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2026-03-05 15:57:01 +0100 |
| commit | 525269a9f663d02546e2de22ddd79294cc246f57 (patch) | |
| tree | 272dba1410a24072aa1dc0a9d9edee467a22ddd9 /docs/reference/index.md | |
| parent | abe52f193a71403dcb3e6e71b2f89d215652c5f0 (diff) | |
Rebuild docs
Diffstat (limited to 'docs/reference/index.md')
| -rw-r--r-- | docs/reference/index.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/reference/index.md b/docs/reference/index.md new file mode 100644 index 0000000..c927189 --- /dev/null +++ b/docs/reference/index.md @@ -0,0 +1,20 @@ +# Package index + +## R6 Class definitions and methods + +- [`chent`](https://pkgdown.jrwb.de/chents/reference/chent.md) : An R6 + class for chemical entities with associated data +- [`pai`](https://pkgdown.jrwb.de/chents/reference/pai.md) : An R6 class + for pesticidal active ingredients and associated data +- [`ppp`](https://pkgdown.jrwb.de/chents/reference/ppp.md) : R6 class + for a plant protection product with at least one active ingredient +- [`draw_svg.chent()`](https://pkgdown.jrwb.de/chents/reference/draw_svg.chent.md) + : Draw SVG graph from a chent object using RDKit +- [`plot(`*`<chent>`*`)`](https://pkgdown.jrwb.de/chents/reference/plot.chent.md) + : Plot method for chent objects +- [`print(`*`<chent>`*`)`](https://pkgdown.jrwb.de/chents/reference/print.chent.md) + : Printing method for chent objects +- [`print(`*`<pai>`*`)`](https://pkgdown.jrwb.de/chents/reference/print.pai.md) + : Printing method for pai objects (pesticidal active ingredients) +- [`print(`*`<ppp>`*`)`](https://pkgdown.jrwb.de/chents/reference/print.ppp.md) + : Printing method for ppp objects (plant protection products) |
