Learn R Programming

simLife (version 0.5.2)

extractClusters: Extract defects

Description

Extract all defects with some area value larger than area

Usage

extractClusters(clust, area)

Arguments

clust

list of defects, see simDefect

area

the area value lower bound

Value

list of clusters

Details

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.