The R Project SVN R

Rev

Rev 70273 | Rev 76572 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 70273 Rev 70332
Line 53... Line 53...
53
    }
53
    }
54
    \item{\code{getFunction}:}{
54
    \item{\code{getFunction}:}{
55
      find the object as a function.
55
      find the object as a function.
56
    }
56
    }
57
    \item{\code{el}:}{\code{el(object, i)} is equivalent to
57
    \item{\code{el}:}{\code{el(object, i)} is equivalent to
58
      \code{object[i][[1]]} (and should typically be replacable by object[[i]]).
58
      \code{object[i][[1]]} (and should typically be replaceable by object[[i]]).
59
    }
59
    }
60
    \item{\code{elNamed}:}{
60
    \item{\code{elNamed}:}{
61
      get the element of the vector corresponding to name.  Unlike the
61
      get the element of the vector corresponding to name.  Unlike the
62
      \code{\link{[}}, \code{\link{[[}}, and \code{\link{$}} operators, this function
62
      \code{\link{[}}, \code{\link{[[}}, and \code{\link{$}} operators, this function
63
      requires \code{name} to match the element name exactly (no partial
63
      requires \code{name} to match the element name exactly (no partial