The R Project SVN R

Rev

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

Rev 27447 Rev 27716
Line 31... Line 31...
31
  \code{\link{formals}},
31
  \code{\link{formals}},
32
  \code{\link[utils]{help}}.
32
  \code{\link[utils]{help}}.
33
}
33
}
34
\examples{
34
\examples{
35
args(c)            # -> NULL (c is a 'primitive' function)
35
args(c)            # -> NULL (c is a 'primitive' function)
36
args(plot.default)
36
args(graphics::plot.default)
37
}
37
}
38
\keyword{documentation}
38
\keyword{documentation}