The R Project SVN R

Rev

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

Rev 85997 Rev 90259
Line 26... Line 26...
26
   approximation via the maximum number of points in a  cell in the k-d
26
   approximation via the maximum number of points in a  cell in the k-d
27
   tree. Cells with more than \code{floor(n*span*cell)} points are subdivided.}
27
   tree. Cells with more than \code{floor(n*span*cell)} points are subdivided.}
28
 \item{iterations}{the number of iterations used in robust fitting,
28
 \item{iterations}{the number of iterations used in robust fitting,
29
   i.e. only if \code{family} is \code{"symmetric"}.}
29
   i.e. only if \code{family} is \code{"symmetric"}.}
30
 \item{iterTrace}{logical (or integer) determining if tracing
30
 \item{iterTrace}{logical (or integer) determining if tracing
31
   information during the robust iterations (\code{iterations}\eqn{\ge
31
   information during the robust iterations
32
     2}{>= 2}) is produced.}
32
   (\code{iterations} \eqn{\ge} 2) is produced.}
33
 \item{\dots}{further arguments which are ignored.}
33
 \item{\dots}{further arguments which are ignored.}
34
}
34
}
35
\description{
35
\description{
36
  Set control parameters for \code{loess} fits.
36
  Set control parameters for \code{loess} fits.
37
}
37
}