isAngleBetweenEdgesAlwaysSuperiorToMinAngle: check if all the angles between one edge and a list of edges...

Description Usage Arguments Value Author(s)

View source: R/AFMNetworksAnalyser.R

Description

check if all the angles between one edge and a list of edges is superior to a specified value.

Usage

1
2
3
4
5
6
isAngleBetweenEdgesAlwaysSuperiorToMinAngle(
  binaryAFMImage,
  edge1,
  edges2,
  minAngle
)

Arguments

binaryAFMImage

a binary AFMImage from Atomic Force Microscopy

edge1

one edge

edges2

list of edges

minAngle

the minimum angle value

Value

TRUE if all the angle are superior to the specified value

Author(s)

M.Beauvais


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