aboutsummaryrefslogtreecommitdiff
path: root/chm/checkplate.html
diff options
context:
space:
mode:
author(no author) <(no author)@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2004-09-08 12:37:23 +0000
committer(no author) <(no author)@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2004-09-08 12:37:23 +0000
commit91c7d76441b309e6b3b38d00e869ad1cea6e5d0e (patch)
treede0ac45b436104918fc7b36cebdcd3226417315d /chm/checkplate.html
parent2c5a4d04e567deb2fd97c4e0b1014fb82a15a6b8 (diff)
I built the windows binary package, and thus the compiled help files
are updated. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@6 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'chm/checkplate.html')
-rwxr-xr-xchm/checkplate.html68
1 files changed, 68 insertions, 0 deletions
diff --git a/chm/checkplate.html b/chm/checkplate.html
new file mode 100755
index 0000000..d545656
--- /dev/null
+++ b/chm/checkplate.html
@@ -0,0 +1,68 @@
+<html><head><title>Check raw data from a specified microtiter plate</title>
+<link rel="stylesheet" type="text/css" href="Rchm.css">
+</head>
+<body>
+
+<table width="100%"><tr><td>checkplate(drfit)</td><td align="right">R Documentation</td></tr></table><object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">
+<param name="keyword" value="R: checkplate">
+<param name="keyword" value=" Check raw data from a specified microtiter plate">
+</object>
+
+
+<h2>Check raw data from a specified microtiter plate</h2>
+
+
+<h3>Description</h3>
+
+<p>
+Report metadata from a specified microtiter plate from a specified database, box
+plot positive and negative (blind) controls, and show the response data on the
+plate.
+</p>
+
+
+<h3>Usage</h3>
+
+<pre>
+ checkplate(plate,db="cytotox")
+</pre>
+
+
+<h3>Arguments</h3>
+
+<table summary="R argblock">
+<tr valign="top"><td><code>plate</code></td>
+<td>
+The number of the plate identifying it within the database.</td></tr>
+<tr valign="top"><td><code>db</code></td>
+<td>
+The database to be used. Currently only "cytotox" of the UFT Department of
+Bioorganic Chemistry is supported.</td></tr>
+</table>
+
+<h3>Value</h3>
+
+<p>
+The function lists a report and shows two graphs.</p>
+
+<h3>Author(s)</h3>
+
+<p>
+Johannes Ranke
+<a href="mailto:jranke@uni-bremen.de">jranke@uni-bremen.de</a>
+<a href="http://www.uft.uni-bremen.de/chemie/ranke">http://www.uft.uni-bremen.de/chemie/ranke</a>
+</p>
+
+
+<h3>Examples</h3>
+
+<pre>
+# Check plate number 1 in the cytotox database
+## Not run: data &lt;- checkplate(1)
+</pre>
+
+
+
+<hr><div align="center"><a href="00Index.html">[Package Contents]</a></div>
+
+</body></html>

Contact - Imprint