diff options
Diffstat (limited to 'docs/reference/PELMO_path.html')
-rw-r--r-- | docs/reference/PELMO_path.html | 29 |
1 files changed, 19 insertions, 10 deletions
diff --git a/docs/reference/PELMO_path.html b/docs/reference/PELMO_path.html index ab24341..d19d640 100644 --- a/docs/reference/PELMO_path.html +++ b/docs/reference/PELMO_path.html @@ -25,12 +25,14 @@ <script src="../pkgdown.js"></script> <!-- 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> @@ -73,17 +75,24 @@ <p>Create a path of run directories as the PELMO GUI does</p> - <pre><span class='fu'>PELMO_path</span>(<span class='no'>psm</span>, <span class='no'>crop</span>, <span class='kw'>scenario</span> <span class='kw'>=</span> <span class='fl'>NA</span>)</pre> + <pre class="usage"><span class='fu'>PELMO_path</span>(<span class='no'>psm</span>, <span class='no'>crop</span>, <span class='kw'>scenario</span> <span class='kw'>=</span> <span class='fl'>NA</span>)</pre> <h2 class="hasAnchor" id="arguments"><a class="anchor" href="#arguments"></a> Arguments</h2> - <dl class="dl-horizontal"> - <dt>psm</dt> - <dd>The psm identifier</dd> - <dt>crop</dt> - <dd>The PELMO crop acronym</dd> - <dt>scenario</dt> - <dd>The scenario</dd> - </dl> + <table class="ref-arguments"> + <colgroup><col class="name" /><col class="desc" /></colgroup> + <tr> + <th>psm</th> + <td><p>The psm identifier</p></td> + </tr> + <tr> + <th>crop</th> + <td><p>The PELMO crop acronym</p></td> + </tr> + <tr> + <th>scenario</th> + <td><p>The scenario</p></td> + </tr> + </table> </div> |