source: branches/1.6/lang/R/Rappture/man/Rappture.Rd @ 6221

Last change on this file since 6221 was 2709, checked in by dkearney, 13 years ago

adding R bindings with app-fermi example.

File size: 1.2 KB
Line 
1\name{Rappture}
2\alias{Rappture}
3%- Also NEED an '\alias' for EACH other topic documented here.
4\title{
5Rappture
6}
7\description{
8%%  ~~ A concise (1-5 lines) description of what the function does. ~~
9}
10\usage{
11Rappture(n)
12}
13%- maybe also 'usage' for other objects documented here.
14\arguments{
15  \item{n}{
16%%     ~~Describe \code{n} here~~
17}
18}
19\details{
20%%  ~~ If necessary, more details than the description above ~~
21}
22\value{
23%%  ~Describe the value returned
24%%  If it is a LIST, use
25%%  \item{comp1 }{Description of 'comp1'}
26%%  \item{comp2 }{Description of 'comp2'}
27%% ...
28}
29\references{
30%% ~put references to the literature/web site here ~
31}
32\author{
33%%  ~~who you are~~
34}
35\note{
36%%  ~~further notes~~
37}
38
39%% ~Make other sections like Warning with \section{Warning }{....} ~
40
41\seealso{
42%% ~~objects to See Also as \code{\link{help}}, ~~~
43}
44\examples{
45##---- Should be DIRECTLY executable !! ----
46##-- ==>  Define data, use random,
47##--    or do  help(data=index)  for the standard data sets.
48
49## The function is currently defined as
50function (n)
51{
52    return(n)
53  }
54}
55% Add one or more standard keywords, see file 'KEYWORDS' in the
56% R documentation directory.
57\keyword{ ~kwd1 }
58\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line
Note: See TracBrowser for help on using the repository browser.