-
Notifications
You must be signed in to change notification settings - Fork 15
/
NAMESPACE
54 lines (53 loc) · 1.35 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Generated by roxygen2: do not edit by hand
S3method(forestplot,data.frame)
S3method(forestplot,default)
S3method(forestplot,grouped_df)
S3method(heightDetails,xaxis)
S3method(plot,forestplot_legend)
S3method(plot,gforge_forestplot)
S3method(plot,gforge_forestplot_lines)
S3method(print,gforge_forestplot)
export(forestplot)
export(fpColors)
export(fpDrawBarCI)
export(fpDrawCircleCI)
export(fpDrawDiamondCI)
export(fpDrawNormalCI)
export(fpDrawPointCI)
export(fpDrawSummaryCI)
export(fpLegend)
export(fpShapesGp)
export(fpTxtGp)
export(fp_add_header)
export(fp_add_lines)
export(fp_align_center)
export(fp_align_left)
export(fp_align_right)
export(fp_append_row)
export(fp_decorate_graph)
export(fp_insert_row)
export(fp_set_style)
export(fp_set_zebra_style)
export(fp_txt_bold)
export(fp_txt_gp)
export(fp_txt_italic)
export(fp_txt_plain)
export(getTicks)
export(prGetShapeGp)
import(grid)
importFrom(abind,adrop)
importFrom(checkmate,assert)
importFrom(checkmate,assert_class)
importFrom(checkmate,assert_matrix)
importFrom(checkmate,assert_number)
importFrom(checkmate,assert_vector)
importFrom(checkmate,check_array)
importFrom(checkmate,check_integer)
importFrom(checkmate,check_matrix)
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.cur)
importFrom(graphics,par)
importFrom(grid,gpar)
importFrom(stats,na.omit)
importFrom(utils,head)
importFrom(utils,tail)