-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7323e4a
commit 750fb3a
Showing
7 changed files
with
126 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
Rscript/Library/mzkit_app/man/mzkit/massbank/massbank/load_HERB_ingredient.1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
.\" man page create by R# package system. | ||
.TH MASSBANK 1 2000-Jan "load_HERB_ingredient" "load_HERB_ingredient" | ||
.SH NAME | ||
load_HERB_ingredient \- load the herb compound information | ||
.SH SYNOPSIS | ||
\fIload_HERB_ingredient(\fBfile\fR as string);\fR | ||
.SH DESCRIPTION | ||
.PP | ||
load the herb compound information | ||
.PP | ||
.SH OPTIONS | ||
.PP | ||
\fBfile\fB \fR\- -. | ||
.PP | ||
.SH SEE ALSO | ||
massbank | ||
.SH FILES | ||
.PP | ||
mzkit.dll | ||
.PP |
10 changes: 9 additions & 1 deletion
10
Rscript/Library/mzkit_app/man/mzkit/massbank/massbank/load_herbs_list.1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
70 changes: 70 additions & 0 deletions
70
Rscript/Library/mzkit_app/vignettes/mzkit/massbank/load_HERB_ingredient.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<title>load the herb compound information</title> | ||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" /> | ||
<link rel="stylesheet" type="text/css" href="https://mzkit.org/assets/js/page.css"> | ||
</head> | ||
|
||
<body> | ||
<div class="container"> | ||
|
||
<table style="width: 100%;"> | ||
<tr> | ||
<td>load_HERB_ingredient {massbank}</td> | ||
<td style="text-align: right;">R Documentation</td> | ||
</tr> | ||
</table> | ||
|
||
<h2>load the herb compound information</h2> | ||
|
||
<h3>Description</h3> | ||
|
||
|
||
|
||
<h3>Usage</h3> | ||
|
||
<div style="width: 100%; padding-left: 3%; color: black;"> | ||
<pre><code class='language-R' style="color: black; font-weight:normal;"><strong>load_HERB_ingredient</strong>(<i>file</i>);</code></pre> | ||
</div> | ||
|
||
<h3>Arguments</h3> | ||
|
||
<table> | ||
|
||
<dt>file</dt> | ||
<dd><p>[as string]</p></dd> | ||
|
||
</table> | ||
|
||
|
||
<h3 style="display: none;">Details</h3> | ||
|
||
|
||
|
||
<h3 style="display: block">Authors</h3> | ||
|
||
BioNovoGene | ||
|
||
<h3>Value</h3> | ||
|
||
this function returns data object of type <a href="/vignettes/clr/BioNovoGene/BioDeep/Chemistry/HERB/HERB_ingredient_info.html">HERB_ingredient_info</a>.<h4>clr value class</h4><ul><li><a href="/vignettes/clr/BioNovoGene/BioDeep/Chemistry/HERB/HERB_ingredient_info.html">HERB_ingredient_info</a></li></ul> | ||
|
||
<h3 style="display: none;">Examples</h3> | ||
|
||
|
||
|
||
<hr /> | ||
<div style="text-align: center;">[Package <em>massbank</em> version 1.0.0.0 <a | ||
href="../massbank.html">Index</a>] | ||
</div> | ||
</div> | ||
</body> | ||
|
||
<script type="text/javascript" src="https://mzkit.org/assets/js/R_syntax.js"></script> | ||
<script type="text/javascript" src="https://mzkit.org/assets/js/highlights.js"></script> | ||
<script type="text/javascript">r_highlights("example_r");</script> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters