forked from gforge/forestplot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
32 lines (31 loc) · 803 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
# Generated by roxygen2: do not edit by hand
S3method(forestplot,default)
S3method(heightDetails,xaxis)
export(forestplot)
export(fpColors)
export(fpDrawBarCI)
export(fpDrawCircleCI)
export(fpDrawDiamondCI)
export(fpDrawNormalCI)
export(fpDrawPointCI)
export(fpDrawSummaryCI)
export(fpLegend)
export(fpShapesGp)
export(fpTxtGp)
export(getTicks)
export(prGetShapeGp)
import(grid)
import(magrittr)
importFrom(checkmate,assert)
importFrom(checkmate,assert_class)
importFrom(checkmate,assert_matrix)
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,tail)