The R Project SVN R

Rev

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

Rev 24300 Rev 25118
Line 35... Line 35...
35
  \emph{Programming with Data. A Guide to the S Language}.
35
  \emph{Programming with Data. A Guide to the S Language}.
36
  Springer.
36
  Springer.
37
}
37
}
38
\seealso{
38
\seealso{
39
  \code{\link{substitute}} for argument expression;
39
  \code{\link{substitute}} for argument expression;
40
  \code{\link{NA}} for ``missing values'' in data.
40
  \code{\link{NA}} for \dQuote{missing values} in data.
41
}
41
}
42
\examples{
42
\examples{
43
myplot <- function(x,y) {
43
myplot <- function(x,y) {
44
                if(missing(y)) {
44
                if(missing(y)) {
45
                        y <- x
45
                        y <- x