]> git.donarmstrong.com Git - xtable.git/blob - pkg/NAMESPACE
69f92318381fd5405aad1f069c23f84d56763988
[xtable.git] / pkg / NAMESPACE
1
2 # NAMESPACE work by Robert Gentleman <rgentlem@fhcrc.org>
3 # in e-mail on July 30, 2007.
4 #
5 # Extended by C Roosen, 30/01/2012
6
7 importFrom("utils", toLatex)
8
9 export("caption<-", "caption", "label", "label<-",
10    "align<-", "align", "digits<-", "digits", "display<-",
11    "display", "xtable", "print.xtable", "toLatex.xtable",
12    "xalign", "xdigits", "xdisplay")
13
14 S3method("print", "xtable")
15 S3method("toLatex", "xtable")
16
17 S3method("caption<-", "xtable")
18 S3method("caption", "xtable")
19 S3method("label", "xtable")
20 S3method("label<-", "xtable")
21 S3method("align<-", "xtable")
22 S3method("align", "xtable")
23 S3method("digits", "xtable")
24 S3method("digits<-", "xtable")
25 S3method("display<-", "xtable")
26 S3method("display", "xtable")
27
28 S3method("xtable", "data.frame")
29 S3method("xtable", "matrix")
30 S3method("xtable", "table")
31 S3method("xtable", "anova")
32 S3method("xtable", "aov")
33 S3method("xtable", "summary.aov")
34 S3method("xtable", "summary.aovlist")
35 S3method("xtable", "aovlist")
36 S3method("xtable", "lm")
37 S3method("xtable", "summary.lm")
38 S3method("xtable", "glm")
39 S3method("xtable", "summary.glm")
40 S3method("xtable", "prcomp")
41 S3method("xtable", "summary.prcomp")
42 S3method("xtable", "coxph")
43 S3method("xtable", "ts")
44 S3method("xtable", "zoo")