diff options
Diffstat (limited to 'docs/reference/plot.chent.html')
-rw-r--r-- | docs/reference/plot.chent.html | 50 |
1 files changed, 35 insertions, 15 deletions
diff --git a/docs/reference/plot.chent.html b/docs/reference/plot.chent.html index 3cc23d9..cc3b96b 100644 --- a/docs/reference/plot.chent.html +++ b/docs/reference/plot.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="Plot method for chent objects — plot.chent" /> +<meta property="og:description" content="Plot method for chent objects" /> +<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>Plot method for chent objects</p> - <pre><span class='co'># S3 method for chent</span> + <pre class="usage"><span class='co'># S3 method for chent</span> <span class='fu'>plot</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 plotted</dd> - <dt>...</dt> - <dd>Further arguments passed to <code>grid.picture</code></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>...</th> + <td><p>Further arguments passed to <code>grid.picture</code></p></td> + </tr> + </table> <h2 class="hasAnchor" id="examples"><a class="anchor" href="#examples"></a>Examples</h2> @@ -92,14 +112,14 @@ #> InChI Key $inchikey RYYVLZVUVIJVGH-UHFFFAOYSA-N #> SMILES string $smiles: #> PubChem_Canonical -#> "CN1C=NC2=C1C(=O)N(C(=O)N2C)C" +#> "CN1C=NC2=C1C(=O)N(C(=O)N2C)C" #> Molecular weight $mw: 194.2 #> PubChem synonyms (up to 10): -#> [1] "2519" "caffeine" -#> [3] "Guaranine" "1,3,7-Trimethylxanthine" -#> [5] "Methyltheobromine" "Cafeina" -#> [7] "Thein" "Koffein" -#> [9] "Mateina" "Theine" </div><div class='input'><span class='fu'>plot</span>(<span class='no'>caffeine</span>)</div><img src='plot.chent-11.png' alt='' width='540' height='400' /></pre> +#> [1] "2519" "caffeine" +#> [3] "1,3,7-Trimethylxanthine" "58-08-2" +#> [5] "Guaranine" "Thein" +#> [7] "Cafeina" "Methyltheobromine" +#> [9] "Koffein" "Mateina" </div><div class='input'><span class='fu'>plot</span>(<span class='no'>caffeine</span>)</div><div class='img'><img src='plot.chent-1.png' alt='' width='700' height='432.632880098887' /></div></pre> </div> <div class="col-md-3 hidden-xs hidden-sm" id="sidebar"> <h2>Contents</h2> @@ -118,7 +138,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> |