diff options
author | Suraj Yerramilli | 2015-01-17 17:50:38 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2015-01-17 17:50:38 +0530 |
commit | d8668101b02036bb998433b458959b93a7bdf2c3 (patch) | |
tree | 8c671b716bcd35e39da85ecbc9ce158f279cf0a6 /man | |
download | SysID-R-code-d8668101b02036bb998433b458959b93a7bdf2c3.tar.gz SysID-R-code-d8668101b02036bb998433b458959b93a7bdf2c3.tar.bz2 SysID-R-code-d8668101b02036bb998433b458959b93a7bdf2c3.zip |
initialize repository
Diffstat (limited to 'man')
-rw-r--r-- | man/sysid-package.Rd | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/man/sysid-package.Rd b/man/sysid-package.Rd new file mode 100644 index 0000000..48648a3 --- /dev/null +++ b/man/sysid-package.Rd @@ -0,0 +1,41 @@ +\name{sysid-package} +\alias{sysid-package} +\alias{sysid} +\docType{package} +\title{ +What the package does (short line) +~~ package title ~~ +} +\description{ +More about what it does (maybe more than one line) +~~ A concise (1-5 lines) description of the package ~~ +} +\details{ +\tabular{ll}{ +Package: \tab sysid\cr +Type: \tab Package\cr +Version: \tab 1.0\cr +Date: \tab 2015-01-17\cr +License: \tab What license is it under?\cr +} +~~ An overview of how to use the package, including the most important functions ~~ +} +\author{ +Who wrote it + +Maintainer: Who to complain to <yourfault@somewhere.net> +~~ The author and/or maintainer of the package ~~ +} +\references{ +~~ Literature or other references for background information ~~ +} +~~ Optionally other standard keywords, one per line, from file KEYWORDS in the R ~~ +~~ documentation directory ~~ +\keyword{ package } +\seealso{ +~~ Optional links to other man pages, e.g. ~~ +~~ \code{\link[<pkg>:<pkg>-package]{<pkg>}} ~~ +} +\examples{ +~~ simple examples of the most important functions ~~ +} |