-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNAMESPACE
39 lines (38 loc) · 974 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
38
39
# Generated by roxygen2: do not edit by hand
export(clustra)
export(clustra_rand)
export(clustra_sil)
export(deltime)
export(deltimeT)
export(gen_traj_data)
export(plot_sample)
export(plot_silhouette)
export(plot_smooths)
export(rand_plot)
export(trajectories)
importFrom(data.table,":=")
importFrom(grDevices,colorRampPalette)
importFrom(grDevices,dev.off)
importFrom(grDevices,pdf)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,box)
importFrom(graphics,close.screen)
importFrom(graphics,image)
importFrom(graphics,layout)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,screen)
importFrom(graphics,split.screen)
importFrom(graphics,text)
importFrom(methods,is)
importFrom(stats,dist)
importFrom(stats,median)
importFrom(stats,predict)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,runif)