The R Project SVN R

Rev

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

Rev 72804 Rev 76883
Line 63... Line 63...
63
 
63
 
64
  \code{print.factor} allows some customization and is used for printing
64
  \code{print.factor} allows some customization and is used for printing
65
  \code{\link{ordered}} factors as well.
65
  \code{\link{ordered}} factors as well.
66
 
66
 
67
  \code{print.table} for printing \code{\link{table}}s allows other
67
  \code{print.table} for printing \code{\link{table}}s allows other
68
  customization. As of R 3.0.0, it only prints a description in case of a table
68
  customization.  As of R 3.0.0, it only prints a description in case of a table
69
  with 0-extents (this can happen if a classifier has no valid data).
69
  with 0-extents (this can happen if a classifier has no valid data).
70
 
70
 
71
  See \code{\link{noquote}} as an example of a class whose main
71
  See \code{\link{noquote}} as an example of a class whose main
72
  purpose is a specific \code{print} method.
72
  purpose is a specific \code{print} method.
73
}
73
}