aboutsummaryrefslogtreecommitdiff
path: root/man/calplot.Rd
diff options
context:
space:
mode:
authorranke <ranke@5fad18fb-23f0-0310-ab10-e59a3bee62b4>2005-02-15 19:15:54 +0000
committerranke <ranke@5fad18fb-23f0-0310-ab10-e59a3bee62b4>2005-02-15 19:15:54 +0000
commit965af33bfc386b0c96a50c85fbddf98211e266c4 (patch)
tree0add80bd2712189a8ae511df0631f122bd270ae2 /man/calplot.Rd
parenta94bd86465fe191102a2bf85a3631c83cd10db0a (diff)
Cleaned up version, only containing very basic stuff.
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/chemCal@2 5fad18fb-23f0-0310-ab10-e59a3bee62b4
Diffstat (limited to 'man/calplot.Rd')
-rw-r--r--man/calplot.Rd52
1 files changed, 0 insertions, 52 deletions
diff --git a/man/calplot.Rd b/man/calplot.Rd
deleted file mode 100644
index 7500912..0000000
--- a/man/calplot.Rd
+++ /dev/null
@@ -1,52 +0,0 @@
-\name{calplot}
-\alias{calplot}
-\title{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{
- \item{x}{
- A vector of x values.
- }
- \item{y}{
- A vector of y values.
- }
- \item{intercept}{
- A boolean describing if the calibration curve is to be forced
- through zero.
- }
- \item{measurand}{
- The name of what is being measured as a character vector.
- }
- \item{xunit}{
- The unit of the given values on the x axis as a character vector.
- }
- \item{yunit}{
- The unit of the y axis as a character vector. Defaults to "Area".
- }
- \item{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.
-}
-\examples{
-data(pahCalibration)
-attach(pahCalibration)
-\dontrun{calplot(conc,phenanthrene,"Phenanthrene","mg/L")}
-detach(pahCalibration)
-}
-\author{
- Johannes Ranke
- \email{jranke@uni-bremen.de}
- \url{http://www.uft.uni-bremen.de/chemie/ranke}
-}
-\keyword{regression}

Contact - Imprint