forked from r-lib/gtable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
36 lines (35 loc) · 858 Bytes
/
NAMESPACE
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
# Generated by roxygen2: do not edit by hand
S3method("[",gtable)
S3method("dimnames<-",gtable)
S3method(cbind,gtable)
S3method(dim,gtable)
S3method(dimnames,gtable)
S3method(heightDetails,gtable)
S3method(length,gtable)
S3method(makeContent,gtable)
S3method(makeContext,gTableChild)
S3method(makeContext,gtable)
S3method(plot,gtable)
S3method(print,gtable)
S3method(rbind,gtable)
S3method(t,gtable)
S3method(widthDetails,gtable)
export(gtable)
export(gtable_add_col_space)
export(gtable_add_cols)
export(gtable_add_grob)
export(gtable_add_padding)
export(gtable_add_row_space)
export(gtable_add_rows)
export(gtable_col)
export(gtable_col_spacer)
export(gtable_filter)
export(gtable_height)
export(gtable_matrix)
export(gtable_row)
export(gtable_row_spacer)
export(gtable_show_layout)
export(gtable_trim)
export(gtable_width)
export(is.gtable)
import(grid)