[BACK]Return to oxm.markov.Rd CVS log [TXT][DIR] Up to [local] / OpenXM / src / R / r-client / Ropenxm / man

File: [local] / OpenXM / src / R / r-client / Ropenxm / man / oxm.markov.Rd (download)

Revision 1.1, Fri Feb 1 07:14:09 2013 UTC (11 years, 6 months ago) by takayama
Branch: MAIN

A template of R-package.  The content is almost empty.
It is generated by package.skeleton().

\name{oxm.markov}
\alias{oxm.markov}
%- Also NEED an '\alias' for EACH other topic documented here.
\title{
  It obtains the Markov basis for a given set of points by an OpenXM server.
}
\description{
%%  ~~ A concise (1-5 lines) description of what the function does. ~~
}
\usage{
oxm.markov(mat)
}
%- maybe also 'usage' for other objects documented here.
\arguments{
  \item{mat}{
%%     ~~Describe \code{mat} here~~
}
}
\details{
%%  ~~ If necessary, more details than the description above ~~
}
\value{
%%  ~Describe the value returned
%%  If it is a LIST, use
%%  \item{comp1 }{Description of 'comp1'}
%%  \item{comp2 }{Description of 'comp2'}
%% ...
}
\references{
%% ~put references to the literature/web site here ~
}
\author{
%%  ~~who you are~~
}
\note{
%%  ~~further notes~~
}

%% ~Make other sections like Warning with \section{Warning }{....} ~

\seealso{
%% ~~objects to See Also as \code{\link{help}}, ~~~
}
\examples{
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function(mat) { return(mat); }
}
% Add one or more standard keywords, see file 'KEYWORDS' in the
% R documentation directory.
\keyword{ ~kwd1 }
\keyword{ ~kwd2 }% __ONLY ONE__ keyword per line