File: 999.NonDocumentedObjects.R

package info (click to toggle)
r-cran-rtf 0.4-14.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 468 kB
  • sloc: sh: 13; makefile: 2
file content (46 lines) | stat: -rwxr-xr-x 1,294 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
###########################################################################/**
# @RdocDocumentation "Non-documented objects"
#
# @alias view
# @alias addTable
# @alias done
# @alias addPageBreak
# @alias startParagraph
# @alias endParagraph
# @alias addHeader
# @alias addParagraph
# @alias addText
# @alias addNewLine
# @alias decreaseIndent
# @alias increaseIndent
# @alias setFontSize
# @alias addPlot
# @alias addPng
# @alias addTrellisObject
# @alias addTOC
# @alias addSessionInfo
#
# @alias rtf.forest.plot.xscale
#
#
# \description{
#   This page contains aliases for all "non-documented" objects that 
#   \code{R CMD check} detects in this package. 
#
#   Almost all of them are \emph{generic} functions that have a specific 
#   document for the corresponding method coupled to a specific class. 
#   Other functions are re-defined by \code{setMethodS3()} to 
#   \emph{default} methods. Neither of these two classes are non-documented
#   in reality.
# }
#
# @author
#
# @keyword internal
#*/###########################################################################

############################################################################
# HISTORY:
# 2011-09-04
# o Created to please R CMD check.
############################################################################