The R Project SVN R

Rev

Rev 74363 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 74363 Rev 88585
Line 33... Line 33...
33
 Methods are defined for operators and math functions (groups
33
 Methods are defined for operators and math functions (groups
34
 \code{\link{Ops}}, \code{\link{Math}} and  \code{\link{Math2}}).  In
34
 \code{\link{Ops}}, \code{\link{Math}} and  \code{\link{Math2}}).  In
35
 all cases the result is an ordinary vector of the appropriate type.
35
 all cases the result is an ordinary vector of the appropriate type.
36
}
36
}
37
\references{
37
\references{
38
 Chambers, John M. (2008)
38
  \bibshow{R:Chambers:2008}
39
 \emph{Software for Data Analysis: Programming with R}
-
 
40
  Springer.
-
 
41
}
39
}
42
\seealso{
40
\seealso{
43
         \code{\linkS4class{structure}}
41
  \code{\linkS4class{structure}}
44
}
42
}
45
\examples{
43
\examples{
46
setClass("NumericNotStructure", contains = c("numeric","nonStructure"))
44
setClass("NumericNotStructure", contains = c("numeric","nonStructure"))
47
xx <- new("NumericNotStructure", 1:10)
45
xx <- new("NumericNotStructure", 1:10)
48
xx + 1 # vector
46
xx + 1 # vector