The R Project SVN R

Rev

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

Rev 61160 Rev 61168
Line 19... Line 19...
19
 
19
 
20
loess.smooth(x, y, span = 2/3, degree = 1,
20
loess.smooth(x, y, span = 2/3, degree = 1,
21
    family = c("symmetric", "gaussian"), evaluation = 50, \dots)
21
    family = c("symmetric", "gaussian"), evaluation = 50, \dots)
22
}
22
}
23
\arguments{
23
\arguments{
24
  \item{x,y}{the \code{x} and \code{y} arguments provide the x and y
24
  \item{x, y}{the \code{x} and \code{y} arguments provide the x and y
25
    coordinates for the plot.  Any reasonable way of defining the
25
    coordinates for the plot.  Any reasonable way of defining the
26
    coordinates is acceptable.  See the function \code{\link{xy.coords}}
26
    coordinates is acceptable.  See the function \code{\link{xy.coords}}
27
    for details.}
27
    for details.}
28
  \item{span}{smoothness parameter for \code{loess}.}
28
  \item{span}{smoothness parameter for \code{loess}.}
29
  \item{degree}{degree of local polynomial used.}
29
  \item{degree}{degree of local polynomial used.}