diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-01-05 14:01:36 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-01-05 14:01:36 +0100 |
commit | 258a34fc46bce8e31784c2d4a917604313adfd16 (patch) | |
tree | 326aa5c4829d1412e5c7c749a07f1edac84a2498 /docs/reference/synthetic_data_for_UBA.html | |
parent | ce096f729b2a0fcc4d4dbe3b783740bf460cdfe8 (diff) |
Convert synthetic_data_for_UBA_2014 to mkinds
Static documentation except articles rebuilt by pkgdown
Diffstat (limited to 'docs/reference/synthetic_data_for_UBA.html')
-rw-r--r-- | docs/reference/synthetic_data_for_UBA.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/reference/synthetic_data_for_UBA.html b/docs/reference/synthetic_data_for_UBA.html index 8a148870..f9603f34 100644 --- a/docs/reference/synthetic_data_for_UBA.html +++ b/docs/reference/synthetic_data_for_UBA.html @@ -121,9 +121,8 @@ <h2 class="hasAnchor" id="format"><a class="anchor" href="#format"></a>Format</h2> - <p>A list containing datasets in the form internally used by the 'gmkin' package. - The list has twelve components. Each of the components is one dataset that has, - among others, the following components</p><dl class='dl-horizontal'> + <p>A list containing twelve datasets as an R6 class defined by <code><a href='mkinds.html'>mkinds</a></code>, + each containing, among others, the following components</p><dl class='dl-horizontal'> <dt><code>title</code></dt><dd><p>The name of the dataset, e.g. <code>SFO_lin_a</code></p></dd> <dt><code>data</code></dt><dd><p>A data frame with the data in the form expected by <code><a href='mkinfit.html'>mkinfit</a></code></p></dd> </dl> |