diff options
author | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2006-03-06 09:59:51 +0000 |
---|---|---|
committer | ranke <ranke@d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc> | 2006-03-06 09:59:51 +0000 |
commit | c73795e7ce30c88b68339d9d978b34bf4a0cb2bc (patch) | |
tree | 2d48337231629b906fbdd48d0f5e8c42158c5c45 /inst/doc | |
parent | 424d3633234125cf2c8f65fd220fb92ddc0d2686 (diff) |
Added the drfit-package help page, a new sample data file
and a preliminary version of the drfit-Rnews article.
R/drfit.R
- the possibility to directly write pdf graphs was added
- the results dataframe now has numbered lines where it didn't
The checkplate and checksubstance functions are now classified
internal in their help files.
git-svn-id: http://kriemhild.uft.uni-bremen.de/svn/drfit@57 d1b72e20-2ee0-0310-a1c4-ad5adbbefcdc
Diffstat (limited to 'inst/doc')
-rw-r--r-- | inst/doc/drfit-Rnews.pdf | bin | 0 -> 138018 bytes | |||
-rw-r--r-- | inst/doc/index.html | 15 |
2 files changed, 15 insertions, 0 deletions
diff --git a/inst/doc/drfit-Rnews.pdf b/inst/doc/drfit-Rnews.pdf Binary files differnew file mode 100644 index 0000000..6abbcaf --- /dev/null +++ b/inst/doc/drfit-Rnews.pdf diff --git a/inst/doc/index.html b/inst/doc/index.html new file mode 100644 index 0000000..efdd9bd --- /dev/null +++ b/inst/doc/index.html @@ -0,0 +1,15 @@ +<html> +<head> + <title>R: drfit User Guide</title> + <link rel="stylesheet" type="text/css" href="../../R.css"> +</head> +<body> + +<h2>User Guide for package drfit</h2> +<dl> + <dt><a href="drfit-Rnews.pdf">drfit-Rnews.pdf</a>:</dt> + <dd> Introductory article on drfit</dd> +</dl> + +</body> +</html> |