The R Project SVN R

Rev

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

Rev 68948 Rev 74265
Line 1... Line 1...
1
% File src/library/stats/man/lowess.Rd
1
% File src/library/stats/man/lowess.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2013 R Core Team
3
% Copyright 1995-2018 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{lowess}
6
\name{lowess}
7
\title{Scatter Plot Smoothing}
7
\title{Scatter Plot Smoothing}
8
\description{
8
\description{
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
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
61
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988).
62
  \emph{The New S Language}.
62
  \emph{The New S Language}.
63
  Wadsworth & Brooks/Cole.
63
  Wadsworth & Brooks/Cole.
64
 
64
 
65
  Cleveland, W. S. (1979)
65
  Cleveland, W. S. (1979).
66
  Robust locally weighted regression and smoothing scatterplots.
66
  Robust locally weighted regression and smoothing scatterplots.
67
  \emph{J. American Statistical Association} \bold{74}, 829--836.
67
  \emph{Journal of the American Statistical Association}, \bold{74},
-
 
68
  829--836.
-
 
69
  \doi{10.1080/01621459.1979.10481038}.
68
 
70
 
69
  Cleveland, W. S. (1981)
71
  Cleveland, W. S. (1981)
70
  LOWESS: A program for smoothing scatterplots by robust locally weighted
72
  LOWESS: A program for smoothing scatterplots by robust locally
-
 
73
  weighted regression.
71
  regression. \emph{The American Statistician} \bold{35}, 54.
74
  \emph{The American Statistician}, \bold{35}, 54.
-
 
75
  \doi{10.2307/2683591}.
72
}
76
}
73
\seealso{\code{\link{loess}}, a newer
77
\seealso{\code{\link{loess}}, a newer
74
  formula based version of \code{lowess} (with different defaults!).
78
  formula based version of \code{lowess} (with different defaults!).
75
}
79
}
76
\examples{
80
\examples{