aboutsummaryrefslogtreecommitdiff
path: root/docs/reference/endpoints.html
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2016-11-18 16:28:49 +0100
committerJohannes Ranke <jranke@uni-bremen.de>2016-11-18 16:28:49 +0100
commite7b2d16306b7d03cde66223c9b27abde928f9447 (patch)
tree85d650cfb8e071b00a1228566ec788dc1b477809 /docs/reference/endpoints.html
parent8bdb67360502bd1a8eb5317d287b094510b4a02c (diff)
Improve examples for showing with pkgdown
- Use quiet= TRUE in dontrun sections - Use mkinsub in model definitions - Avoid \code{\link{}} in titles
Diffstat (limited to 'docs/reference/endpoints.html')
-rw-r--r--docs/reference/endpoints.html16
1 files changed, 15 insertions, 1 deletions
diff --git a/docs/reference/endpoints.html b/docs/reference/endpoints.html
index 990ceadf..7e3455c9 100644
--- a/docs/reference/endpoints.html
+++ b/docs/reference/endpoints.html
@@ -106,6 +106,18 @@ with the advantage that the SFORB model can also be used for metabolites.</p>
<p>A list with the components mentioned above.</p>
+ <h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2>
+ <pre class="examples"><div class='input'> <span class='no'>fit</span> <span class='kw'>&lt;-</span> <span class='fu'><a href='mkinfit.html'>mkinfit</a></span>(<span class='st'>"FOMC"</span>, <span class='no'>FOCUS_2006_C</span>, <span class='kw'>quiet</span> <span class='kw'>=</span> <span class='fl'>TRUE</span>)
+ <span class='fu'>endpoints</span>(<span class='no'>fit</span>)</div><div class='output co'>#&gt; $ff
+#&gt; logical(0)
+#&gt;
+#&gt; $SFORB
+#&gt; logical(0)
+#&gt;
+#&gt; $distimes
+#&gt; DT50 DT90 DT50back
+#&gt; parent 1.785233 15.1479 4.559973
+#&gt; </div></pre>
</div>
<div class="col-md-3 hidden-xs hidden-sm" id="sidebar">
<h2>Contents</h2>
@@ -115,7 +127,9 @@ with the advantage that the SFORB model can also be used for metabolites.</p>
<li><a href="#note">Note</a></li>
<li><a href="#value">Value</a></li>
- </ul>
+
+ <li><a href="#examples">Examples</a></li>
+ </ul>
<h2>Author</h2>

Contact - Imprint