The R Project SVN R

Rev

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

Rev 61150 Rev 61433
Line 56... Line 56...
56
  been output and e.g. \code{arg = value} expressions will not be split
56
  been output and e.g. \code{arg = value} expressions will not be split
57
  across lines.
57
  across lines.
58
}
58
}
59
\note{
59
\note{
60
  To avoid the risk of a source attribute out of sync with the actual
60
  To avoid the risk of a source attribute out of sync with the actual
61
  function definition, the source attribute of a function will never 
61
  function definition, the source attribute of a function will never
62
  be deparsed as an attribute.
62
  be deparsed as an attribute.
63
 
63
 
64
  Deparsing internal structures may not be accurate: for example the
64
  Deparsing internal structures may not be accurate: for example the
65
  graphics display list recorded by \code{\link{recordPlot}} is not
65
  graphics display list recorded by \code{\link{recordPlot}} is not
66
  intended to be deparsed and \code{.Internal} calls will be shown as
66
  intended to be deparsed and \code{.Internal} calls will be shown as
67
  primitive calls.
67
  primitive calls.
68
}   
68
}
69
\references{
69
\references{
70
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
70
  Becker, R. A., Chambers, J. M. and Wilks, A. R. (1988)
71
  \emph{The New S Language}.
71
  \emph{The New S Language}.
72
  Wadsworth & Brooks/Cole.
72
  Wadsworth & Brooks/Cole.
73
}
73
}