View source: R/nearestclassdistances_c.R
| nearestClassDistances | R Documentation |
Find all distances to next neighbor of all classes
nearestClassDistances(
img,
voxelsize = NULL,
size = NULL,
classes = 7,
maxdist = NULL,
silent = FALSE,
cores = 1
)
img |
Image array of classes |
voxelsize |
Real size of voxels in microns. |
size |
Real size of image in microns. Either size or voxelsize must be given. |
classes |
Number of classes |
maxdist |
Maximum distance to consider |
silent |
Remain silent? |
cores |
Number of cores available for parallel computing |
array with distances
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.