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/draw_svg.chent.html | |
parent | 3f82707cd1e974848185b1141c69734e2573594d (diff) |
Rebuild static documentation with current pkdown
Diffstat (limited to 'docs/reference/draw_svg.chent.html')
-rw-r--r-- | docs/reference/draw_svg.chent.html | 56 |
1 files changed, 41 insertions, 15 deletions
diff --git a/docs/reference/draw_svg.chent.html b/docs/reference/draw_svg.chent.html index 2cc3804..5342eca 100644 --- a/docs/reference/draw_svg.chent.html +++ b/docs/reference/draw_svg.chent.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="Draw SVG graph from a chent object using RDKit — draw_svg.chent" /> +<meta property="og:description" content="Draw SVG graph from a chent object using RDKit" /> +<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,22 +88,33 @@ <p>Draw SVG graph from a chent object using RDKit</p> - <pre><span class='fu'>draw_svg.chent</span>(<span class='no'>x</span>, <span class='kw'>width</span> <span class='kw'>=</span> <span class='fl'>300</span>, <span class='kw'>height</span> <span class='kw'>=</span> <span class='fl'>150</span>, + <pre class="usage"><span class='fu'>draw_svg.chent</span>(<span class='no'>x</span>, <span class='kw'>width</span> <span class='kw'>=</span> <span class='fl'>300</span>, <span class='kw'>height</span> <span class='kw'>=</span> <span class='fl'>150</span>, <span class='kw'>filename</span> <span class='kw'>=</span> <span class='fu'>paste0</span>(<span class='fu'>names</span>(<span class='no'>x</span>$<span class='no'>identifier</span>), <span class='st'>".svg"</span>), <span class='kw'>subdir</span> <span class='kw'>=</span> <span class='st'>"svg"</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 plotted</dd> - <dt>width</dt> - <dd>The desired width in pixels</dd> - <dt>height</dt> - <dd>The desired height in pixels</dd> - <dt>filename</dt> - <dd>The filename</dd> - <dt>subdir</dt> - <dd>The path to which the file should be written</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 plotted</p></td> + </tr> + <tr> + <th>width</th> + <td><p>The desired width in pixels</p></td> + </tr> + <tr> + <th>height</th> + <td><p>The desired height in pixels</p></td> + </tr> + <tr> + <th>filename</th> + <td><p>The filename</p></td> + </tr> + <tr> + <th>subdir</th> + <td><p>The path to which the file should be written</p></td> + </tr> + </table> </div> @@ -107,7 +133,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> |