AreNodesConnected: check if nodes represented by circles are connected. The...

Description Usage Arguments Value Author(s)

View source: R/AFMNetworksAnalyser.R

Description

check if nodes represented by circles are connected. The function defines all the possible segments between the circles and check if at least one segment exists.

Usage

1
AreNodesConnected(binaryAFMImage, center1, radius1, center2, radius2)

Arguments

binaryAFMImage

a binary AFMImage from Atomic Force Microscopy

center1

the center of the circle with center$lon as the x coordinates and center$lat as the y coordinates

radius1

the radius of the circle

center2

the center of the circle with center$lon as the x coordinates and center$lat as the y coordinates

radius2

the radius of the circle

Value

TRUE if the nodes are connected

Author(s)

M.Beauvais


AFM documentation built on Oct. 23, 2020, 5:23 p.m.

Related to AreNodesConnected in AFM...