From d00de8b829e1a426742df43c25e8982e2f9426af Mon Sep 17 00:00:00 2001 From: ranke Date: Tue, 9 May 2006 17:38:54 +0000 Subject: Removed the chm files, not necessary for a source package. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/chemCal@4 5fad18fb-23f0-0310-ab10-e59a3bee62b4 --- chm/calplot.html | 94 -------------------------------------------------------- 1 file changed, 94 deletions(-) delete mode 100755 chm/calplot.html (limited to 'chm/calplot.html') diff --git a/chm/calplot.html b/chm/calplot.html deleted file mode 100755 index a2b8158..0000000 --- a/chm/calplot.html +++ /dev/null @@ -1,94 +0,0 @@ -Plot calibration graphs - - - - -
calplot(chemCal)R Documentation
- - - - - -

Plot calibration graphs

- - -

Description

- -

-Produce graphics of calibration data, the fitted model as well -as prediction and confidence intervals. -

- - -

Usage

- -
-  calplot(x,y,intercept=FALSE,measurand="substance x",xunit="mg/L",yunit="Area",level=0.95)
-
- - -

Arguments

- - - - - - - - - - - - - - - - -
x -A vector of x values. -
y -A vector of y values. -
intercept -A boolean describing if the calibration curve is to be forced -through zero. -
measurand -The name of what is being measured as a character vector. -
xunit -The unit of the given values on the x axis as a character vector. -
yunit -The unit of the y axis as a character vector. Defaults to "Area". -
level -The confidence level of the confidence and prediction bands. Defaults to -0.95. -
- -

Value

- -

-A linear model object for y ~ x. You will also get a plot of the calibration -data, of your fitted model as well as lines showing the confidence limits and -the prediction limits.

- -

Author(s)

- -

-Johannes Ranke -jranke@uni-bremen.de -http://www.uft.uni-bremen.de/chemie/ranke -

- - -

Examples

- -
-data(pahCalibration)
-attach(pahCalibration)
-## Not run: calplot(conc,phenanthrene,"Phenanthrene","mg/L")
-detach(pahCalibration)
-
- - - -
[Package Contents]
- - -- cgit v1.2.1