diff options
| author | Johannes Ranke <johannes.ranke@jrwb.de> | 2026-07-03 11:51:32 +0200 |
|---|---|---|
| committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2026-07-03 11:51:32 +0200 |
| commit | 88027b7a70510b48bd7525ffcd536f0808d263e7 (patch) | |
| tree | 94f83bd420d494334011ff8f67a27483130fe857 /docs/reference/ppp.md | |
| parent | 32caaedcc6b6b8addc9f23fce9dca4188f692fed (diff) | |
Improve description with README text
Also, read the description into the Readme to have them
in sync and update docs with roxygen 8.
Diffstat (limited to 'docs/reference/ppp.md')
| -rw-r--r-- | docs/reference/ppp.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/reference/ppp.md b/docs/reference/ppp.md index 77ff2b6..12293c5 100644 --- a/docs/reference/ppp.md +++ b/docs/reference/ppp.md @@ -37,13 +37,13 @@ object. ### Public methods -- [`ppp$new()`](#method-ppp-new) +- [`ppp$new()`](#method-ppp-initialize) - [`ppp$clone()`](#method-ppp-clone) ------------------------------------------------------------------------ -### Method `new()` +### `ppp$new()` Creates a new instance of this [R6](https://r6.r-lib.org/reference/R6Class.html) class. @@ -87,7 +87,7 @@ Creates a new instance of this ------------------------------------------------------------------------ -### Method `clone()` +### `ppp$clone()` The objects of this class are cloneable with this method. |
