diff options
-rw-r--r-- | _pkgdown.yml | 1 | ||||
-rw-r--r-- | docs/reference/index.html | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/_pkgdown.yml b/_pkgdown.yml index 9eee0667..0f9e4104 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -22,6 +22,7 @@ reference: - title: Work with mmkin objects desc: Functions working with aggregated results contents: + - "`[.mmkin`" - plot.mmkin - title: Datasets and known results contents: diff --git a/docs/reference/index.html b/docs/reference/index.html index 16280a9d..e995a75b 100644 --- a/docs/reference/index.html +++ b/docs/reference/index.html @@ -194,6 +194,12 @@ <tr> <!-- --> <td> + <p><code><a href="Extract.mmkin.html">[.mmkin</a></code> </p> + </td> + <td><p>Subsetting method for mmkin objects</p></td> + </tr><tr> + <!-- --> + <td> <p><code><a href="plot.mmkin.html">plot</a></code> </p> </td> <td><p>Plot model fits (observed and fitted) and the residuals for a row or column of an mmkin object</p></td> |