The R Project SVN R

Rev

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

Rev 72560 Rev 74831
Line 60... Line 60...
60
  \code{tail.matrix()} are exported.  For functions, the
60
  \code{tail.matrix()} are exported.  For functions, the
61
  lines of the deparsed function are returned as character strings.
61
  lines of the deparsed function are returned as character strings.
62
 
62
 
63
  If a matrix has no row names, then \code{tail()} will add row names of
63
  If a matrix has no row names, then \code{tail()} will add row names of
64
  the form \code{"[n,]"} to the result, so that it looks similar to the
64
  the form \code{"[n,]"} to the result, so that it looks similar to the
65
  last lines of \code{x} when printed.  Setting \code{addrownums =
65
  last lines of \code{x} when printed.  Setting
66
    FALSE} suppresses this behaviour.
66
  \code{addrownums = FALSE} suppresses this behaviour.
67
}
67
}
68
\value{
68
\value{
69
  An object (usually) like \code{x} but generally smaller.  For
69
  An object (usually) like \code{x} but generally smaller.  For
70
  \code{\link{ftable}} objects \code{x}, a transformed \code{format(x)}.
70
  \code{\link{ftable}} objects \code{x}, a transformed \code{format(x)}.
71
}
71
}