The R Project SVN R

Rev

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

Rev 61168 Rev 61433
Line 102... Line 102...
102
  equivalent to \code{nmax = length(x)}.  Since a hash table of size
102
  equivalent to \code{nmax = length(x)}.  Since a hash table of size
103
  \code{8*nmax} bytes is allocated, setting \code{nmax} suitably can
103
  \code{8*nmax} bytes is allocated, setting \code{nmax} suitably can
104
  save large amounts of memory.  For factors it is automatically set to
104
  save large amounts of memory.  For factors it is automatically set to
105
  the smaller of \code{length(x)} and the number of levels plus one (for
105
  the smaller of \code{length(x)} and the number of levels plus one (for
106
  \code{NA})
106
  \code{NA})
107
  
107
 
108
  \link{Long vectors} are supported for the default method of
108
  \link{Long vectors} are supported for the default method of
109
  \code{duplicated}, but may only be usable if \code{nmax} is supplied.
109
  \code{duplicated}, but may only be usable if \code{nmax} is supplied.
110
}
110
}
111
\value{
111
\value{
112
    \code{duplicated()}:
112
    \code{duplicated()}: