aboutsummaryrefslogtreecommitdiff
path: root/man/drfit.Rd
diff options
context:
space:
mode:
author(no author) <(no author)@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2004-09-01 05:05:20 +0000
committer(no author) <(no author)@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc>2004-09-01 05:05:20 +0000
commit18b13d3122eaa4f803795dfa2cb5ba951c8354f6 (patch)
treea7a4bbb2b11098c3db0e40a752d570a51724fa4d /man/drfit.Rd
parent83dce43f30a45f30d8b4796104628f69affd97a2 (diff)
Fixed some mistakes in the help files, and took away the dependency
on the defunct nls package in the function drfit. git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@4 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'man/drfit.Rd')
-rw-r--r--man/drfit.Rd6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/drfit.Rd b/man/drfit.Rd
index 6e39032..f9843f5 100644
--- a/man/drfit.Rd
+++ b/man/drfit.Rd
@@ -45,9 +45,9 @@
}
\examples{
-\dontrun{data(antifoul)}
-\dontrun{r <- drfit(antifoul)}
-\dontrun{format(r,digits=2)}
+data(antifoul)
+r <- drfit(antifoul)
+format(r,digits=2)
}
\author{
Johannes Ranke

Contact - Imprint