diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-11-18 16:28:49 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-11-18 16:28:49 +0100 |
commit | e7b2d16306b7d03cde66223c9b27abde928f9447 (patch) | |
tree | 85d650cfb8e071b00a1228566ec788dc1b477809 /docs/reference/endpoints.html | |
parent | 8bdb67360502bd1a8eb5317d287b094510b4a02c (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.html | 16 |
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'><-</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'>#> $ff +#> logical(0) +#> +#> $SFORB +#> logical(0) +#> +#> $distimes +#> DT50 DT90 DT50back +#> parent 1.785233 15.1479 4.559973 +#> </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> |