# NOT RUN {
data("wd2") #2D demo
df=wd2
yy=find_outmost_partitioned_convexhull_points(df,kappas=3,nworkers = 1)
yy$outmost #the rows of 3 outmost points
df[yy$outmost,] #the 3 outmost points
yy$outmostall #all outmost rows
yy$outmostfrequency #their frequency
# }
Run the code above in your browser using DataLab