-
Notifications
You must be signed in to change notification settings - Fork 0
/
parse.Shimadzu-class.Rd
48 lines (45 loc) · 1.26 KB
/
parse.Shimadzu-class.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
\name{parse.Shimadzu-class}
\Rdversion{1.1}
\docType{class}
\alias{parse.Shimadzu-class}
\alias{show,parse.Shimadzu-method}
\title{Class \code{"parse.Shimadzu"}}
\description{
%% ~~ A concise (1-5 lines) description of what the class is. ~~
}
\section{Objects from the Class}{
Objects can be created by calls of the form \code{new("parse.Shimadzu", ...)}.
%% ~~ describe objects here ~~
}
\section{Slots}{
\describe{
\item{\code{McPeakTable}:}{Object of class \code{"data.frame"} ~~ }
\item{\code{Annotation}:}{Object of class \code{"matrix"} ~~ }
\item{\code{GasChromatogram}:}{Object of class \code{"data.frame"} ~~ }
\item{\code{MassSpectrum}:}{Object of class \code{"list"} ~~ }
\item{\code{FinalTable}:}{Object of class \code{"data.frame"} ~~ }
}
}
\section{Methods}{
\describe{
\item{show}{\code{signature(object = "parse.Shimadzu")}: ... }
}
}
\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{~~fun~~}}, ~~~
%% ~~or \code{\linkS4class{CLASSNAME}} for links to other classes ~~~
}
\examples{
showClass("parse.Shimadzu")
}
\keyword{classes}