Description Usage Arguments Details Value Examples
Perform co-localization test statistics.
1 |
img |
A |
ind |
A |
type |
A |
The co-localization stats requested in type
is returned as
a column for each. When different labels are provided, the stats are
calculated for each label individually. When is img
is a list
a list
of such data.frame
s is returned
A data.frame
or a list
of data.frame
s.
1 2 3 4 5 6 7 | # load images
fl <- system.file('extdata', 'Image0001_.jpg', package = 'colocr')
img <- image_load(fl)
# choose roi and test colocalization
roi_select(img, threshold = 90) %>%
roi_test()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.