The R Project SVN R

Rev

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

Rev 68948 Rev 85997
Line 2... Line 2...
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-2012 R Core Team
3
% Copyright 1995-2012 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{scatter.smooth}
6
\name{scatter.smooth}
7
\title{Scatter Plot with Smooth Curve Fitted by Loess}
7
\title{Scatter Plot with Smooth Curve Fitted by \code{loess}}
8
\alias{scatter.smooth}
8
\alias{scatter.smooth}
9
\alias{loess.smooth}
9
\alias{loess.smooth}
10
\description{
10
\description{
11
  Plot and add a smooth curve computed by \code{loess} to a scatter plot.
11
  Plot and add a smooth curve computed by \code{loess} to a scatter plot.
12
}
12
}