-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
37 lines (36 loc) · 898 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
37
# Generated by roxygen2: do not edit by hand
export(l_node)
export(makeTransparent)
export(minmax_mat)
export(path_node)
export(plot_minmax)
export(ptree_criteria)
export(ptree_left)
export(ptree_right)
export(ptree_y)
export(trim)
export(visTree)
import(partykit)
importFrom(grDevices,cm.colors)
importFrom(grDevices,col2rgb)
importFrom(grDevices,gray)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,hist)
importFrom(graphics,layout)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,polygon)
importFrom(graphics,segments)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(stats,aggregate)
importFrom(stats,density)
importFrom(stats,ecdf)
importFrom(stats,fitted)
importFrom(stats,smooth.spline)
importFrom(utils,capture.output)
importFrom(utils,tail)