-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNAMESPACE
50 lines (49 loc) · 1.21 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
# Generated by roxygen2: do not edit by hand
S3method(.intensity_get,cimg)
S3method(.intensity_get,default)
S3method(roi_check,cimg)
S3method(roi_check,default)
S3method(roi_check,list)
S3method(roi_select,cimg)
S3method(roi_select,default)
S3method(roi_select,list)
S3method(roi_show,cimg)
S3method(roi_show,default)
S3method(roi_show,list)
S3method(roi_test,cimg)
S3method(roi_test,default)
S3method(roi_test,list)
export("%>%")
export(.intensity_get)
export(.labels_add)
export(.manders)
export(.pearson)
export(colocr_app)
export(image_load)
export(roi_check)
export(roi_select)
export(roi_show)
export(roi_test)
importFrom(graphics,lines)
importFrom(graphics,plot)
importFrom(imager,as.cimg)
importFrom(imager,as.pixset)
importFrom(imager,channel)
importFrom(imager,cimg)
importFrom(imager,clean)
importFrom(imager,fill)
importFrom(imager,grayscale)
importFrom(imager,grow)
importFrom(imager,highlight)
importFrom(imager,is.cimg)
importFrom(imager,is.pixset)
importFrom(imager,label)
importFrom(imager,magick2cimg)
importFrom(imager,shrink)
importFrom(imager,threshold)
importFrom(magick,image_read)
importFrom(magrittr,"%>%")
importFrom(scales,alpha)
importFrom(shiny,runApp)
importFrom(stats,density)
importFrom(stats,reorder)