-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
52 lines (51 loc) · 1.15 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
45
46
47
48
49
50
51
52
# Generated by roxygen2: do not edit by hand
S3method(as.data.frame,tac)
S3method(change_units,numeric)
S3method(change_units,tac)
S3method(plot,ref_Logan)
S3method(plot,tac)
S3method(summary,tac)
export(DVR_all_ref_Logan)
export(DVR_ref_Logan)
export(as.tac)
export(batch_load)
export(batch_tm)
export(batch_voistat)
export(change_units)
export(cutoff_aiz)
export(dvr)
export(load_tac)
export(load_voistat)
export(load_vol)
export(pos_anyroi)
export(roi_ham_full)
export(roi_ham_pib)
export(roi_ham_stand)
export(save_tac)
export(split_pvc)
export(suv)
export(suvr)
export(suvr_auc)
export(tac_roi)
export(tac_suv)
importFrom(R.matlab,readMat)
importFrom(grDevices,rainbow)
importFrom(graphics,abline)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(stats,IQR)
importFrom(stats,approxfun)
importFrom(stats,integrate)
importFrom(stats,lm)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,weighted.mean)
importFrom(tools,file_ext)
importFrom(utils,head)
importFrom(utils,read.csv)
importFrom(utils,read.delim)
importFrom(utils,read.table)
importFrom(utils,write.csv)
importFrom(utils,write.table)