The R Project SVN R

Rev

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

Rev 88585 Rev 88598
Line 56... Line 56...
56
  \code{x} and \code{y} which give the coordinates of the smooth.
56
  \code{x} and \code{y} which give the coordinates of the smooth.
57
  The smooth can be added to a plot of the original
57
  The smooth can be added to a plot of the original
58
  points with the function \code{lines}: see the examples.
58
  points with the function \code{lines}: see the examples.
59
}
59
}
60
\references{
60
\references{
61
  \bibshow{R:Becker+Chambers+Wilks:1988}
61
  \bibshow{R:Becker+Chambers+Wilks:1988,
62
 
-
 
63
  Cleveland, W. S. (1979).
62
    R:Cleveland:1979,
64
  Robust locally weighted regression and smoothing scatterplots.
-
 
65
  \emph{Journal of the American Statistical Association}, \bold{74},
-
 
66
  829--836.
-
 
67
  \doi{10.1080/01621459.1979.10481038}.
-
 
68
 
-
 
69
  Cleveland, W. S. (1981)
63
    R:Cleveland:1981}
70
  LOWESS: A program for smoothing scatterplots by robust locally
-
 
71
  weighted regression.
-
 
72
  \emph{The American Statistician}, \bold{35}, 54.
-
 
73
  \doi{10.2307/2683591}.
-
 
74
}
64
}
75
\seealso{\code{\link{loess}}, a newer
65
\seealso{\code{\link{loess}}, a newer
76
  formula based version of \code{lowess} (with different defaults!).
66
  formula based version of \code{lowess} (with different defaults!).
77
}
67
}
78
\examples{
68
\examples{