diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2018-03-01 09:48:02 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2018-03-01 09:48:02 +0100 |
commit | 4bd4606c76dfc152547e0f5899a98494a4290d33 (patch) | |
tree | 36978d1bc83fcf56b1302181ce8367a60d6c156d /docs/reference/print.pai.html | |
parent | 3f82707cd1e974848185b1141c69734e2573594d (diff) |
Rebuild static documentation with current pkdown
Diffstat (limited to 'docs/reference/print.pai.html')
-rw-r--r-- | docs/reference/print.pai.html | 38 |
1 files changed, 29 insertions, 9 deletions
diff --git a/docs/reference/print.pai.html b/docs/reference/print.pai.html index d2da6b8..08966de 100644 --- a/docs/reference/print.pai.html +++ b/docs/reference/print.pai.html @@ -18,19 +18,28 @@ <!-- Font Awesome icons --> <link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-T8Gy5hrqNKT+hzMclPo118YTQO6cYprQmhrYwIiQ/3axmI1hQomh7Ud2hPOy8SP1" crossorigin="anonymous"> +<!-- clipboard.js --> +<script src="https://cdnjs.cloudflare.com/ajax/libs/clipboard.js/1.7.1/clipboard.min.js" integrity="sha384-cV+rhyOuRHc9Ub/91rihWcGmMmCXDeksTtCihMupQHSsi8GIIRDG0ThDc3HGQFJ3" crossorigin="anonymous"></script> <!-- pkgdown --> <link href="../pkgdown.css" rel="stylesheet"> <script src="../jquery.sticky-kit.min.js"></script> <script src="../pkgdown.js"></script> + + +<meta property="og:title" content="Printing method for pai objects (pesticidal active ingredients) — print.pai" /> +<meta property="og:description" content="Printing method for pai objects (pesticidal active ingredients)" /> +<meta name="twitter:card" content="summary" /> <!-- mathjax --> -<script src='https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> +<script src='https://mathjax.rstudio.com/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML'></script> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> + + </head> <body> @@ -49,6 +58,12 @@ <div id="navbar" class="navbar-collapse collapse"> <ul class="nav navbar-nav"> <li> + <a href="../index.html"> + <span class="fa fa-home fa-lg"></span> + + </a> +</li> +<li> <a href="../reference/index.html">Reference</a> </li> </ul> @@ -73,16 +88,21 @@ <p>Printing method for pai objects (pesticidal active ingredients)</p> - <pre><span class='co'># S3 method for pai</span> + <pre class="usage"><span class='co'># S3 method for pai</span> <span class='fu'>print</span>(<span class='no'>x</span>, <span class='no'>...</span>)</pre> <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a> Arguments</h2> - <dl class="dl-horizontal"> - <dt>x</dt> - <dd>The chent object to be printed</dd> - <dt>...</dt> - <dd>Further arguments for compatibility with the S3 method</dd> - </dl> + <table class="ref-arguments"> + <colgroup><col class="name" /><col class="desc" /></colgroup> + <tr> + <th>x</th> + <td><p>The chent object to be printed</p></td> + </tr> + <tr> + <th>...</th> + <td><p>Further arguments for compatibility with the S3 method</p></td> + </tr> + </table> </div> @@ -101,7 +121,7 @@ </div> <div class="pkgdown"> - <p>Site built with <a href="http://hadley.github.io/pkgdown/">pkgdown</a>.</p> + <p>Site built with <a href="http://pkgdown.r-lib.org/">pkgdown</a>.</p> </div> </footer> |