]> git.donarmstrong.com Git - xtable.git/blob - pkg/NAMESPACE
xtable Version 1.5-6 (2009-11-08) downloaded from CRAN on 2011-10-04.
[xtable.git] / pkg / NAMESPACE
1 # NAMESPACE work by Robert Gentleman <rgentlem@fhcrc.org>
2 # in e-mail on July 30, 2007.
3
4 export("caption<-", "caption", "label", "label<-",
5    "align<-", "align", "digits<-", "digits", "display<-",
6    "display", "xtable")
7
8 S3method("print", "xtable")
9 S3method("caption<-", "xtable")
10 S3method("caption", "xtable")
11 S3method("label", "xtable")
12 S3method("label<-", "xtable")
13 S3method("align<-", "xtable")
14 S3method("align", "xtable")
15 S3method("digits", "xtable")
16 S3method("digits<-", "xtable")
17 S3method("display<-", "xtable")
18 S3method("display", "xtable")
19 S3method("xtable", "data.frame")
20 S3method("xtable", "matrix")
21 S3method("xtable", "table")
22 S3method("xtable", "anova")
23 S3method("xtable", "aov")
24 S3method("xtable", "summary.aov")
25 S3method("xtable", "summary.aovlist")
26 S3method("xtable", "aovlist")
27 S3method("xtable", "lm")
28 S3method("xtable", "summary.lm")
29 S3method("xtable", "glm")
30 S3method("xtable", "summary.glm")
31 S3method("xtable", "prcomp")
32 S3method("xtable", "summary.prcomp")
33 S3method("xtable", "coxph")
34 S3method("xtable", "ts")
35 S3method("xtable", "zoo")