-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
44 lines (43 loc) · 1.06 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
# Generated by roxygen2: do not edit by hand
export(cf)
export(cf_4dim)
export(cf_data)
export(cf_func)
export(cf_grid)
export(cf_highdim)
export(cm.colors.strong)
export(csa)
export(eval_over_grid_with_batch)
export(gcf)
export(gcf_data)
export(gcf_func)
export(gcf_grid)
export(multicolor.title)
export(text_plot)
importFrom(ggplot2,ggplot)
importFrom(grDevices,cm.colors)
importFrom(graphics,.filled.contour)
importFrom(graphics,Axis)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,close.screen)
importFrom(graphics,contour)
importFrom(graphics,layout)
importFrom(graphics,lcm)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(graphics,plot.window)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(graphics,screen)
importFrom(graphics,split.screen)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(lhs,randomLHS)
importFrom(rlang,.data)
importFrom(rmarkdown,html_vignette)
importFrom(stats,lm)
importFrom(stats,predict)
importFrom(utils,capture.output)