-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNAMESPACE
More file actions
executable file
·92 lines (91 loc) · 2.01 KB
/
NAMESPACE
File metadata and controls
executable file
·92 lines (91 loc) · 2.01 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# Generated by roxygen2: do not edit by hand
S3method(plot,eda_lm)
S3method(plot,eda_mean_sweep)
S3method(plot,eda_npol)
S3method(plot,eda_polish)
S3method(plot,eda_rline)
export(eda_3pt)
export(eda_add)
export(eda_anova_table)
export(eda_bipow)
export(eda_boxls)
export(eda_dens)
export(eda_fval)
export(eda_jitter)
export(eda_lm)
export(eda_lsum)
export(eda_ltrim)
export(eda_ltrim_df)
export(eda_matlong)
export(eda_mean_sweep)
export(eda_moments)
export(eda_normfit)
export(eda_npol)
export(eda_pol)
export(eda_qq)
export(eda_qqmat)
export(eda_qqpool)
export(eda_re)
export(eda_rfs)
export(eda_rline)
export(eda_rtrim)
export(eda_rtrim_df)
export(eda_shuffle)
export(eda_sim)
export(eda_sim_old)
export(eda_sl)
export(eda_sym)
export(eda_theo)
export(eda_theopan)
export(eda_trim)
export(eda_trim_df)
export(eda_unipow)
export(eda_untie)
export(eda_vd)
export(eda_viol)
import(MASS)
import(grDevices)
import(graphics)
import(grid)
import(lattice)
import(stats)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,boxplot.stats)
importFrom(grDevices,colors)
importFrom(grDevices,dev.off)
importFrom(grDevices,gray)
importFrom(grDevices,hcl.colors)
importFrom(grDevices,hcl.pals)
importFrom(grDevices,pdf)
importFrom(grDevices,rgb)
importFrom(graphics,abline)
importFrom(graphics,axTicks)
importFrom(graphics,axis)
importFrom(graphics,box)
importFrom(graphics,boxplot)
importFrom(graphics,grid)
importFrom(graphics,image)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(graphics,stripchart)
importFrom(graphics,strwidth)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(lifecycle,deprecated)
importFrom(stats,IQR)
importFrom(stats,aggregate)
importFrom(stats,ave)
importFrom(stats,coef)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,reorder)
importFrom(stats,reshape)
importFrom(stats,residuals)
importFrom(stats,setNames)
importFrom(utils,combn)
importFrom(utils,modifyList)