extractClusters {simLife} | R Documentation |
Extract all defects with some area value larger than area
extractClusters(clust, area)
clust |
list of defects, see |
area |
the area value lower bound |
The function extracts all defects (convex hulls of projected defect areas)
which have a larger area value than the predefined area
value for some
further analysis.
list of clusters
M. Baaske