data(iris)
hv1 = hypervolume(subset(iris, Species=="setosa")[,1:4],reps=1000,bandwidth=0.2,warn=FALSE)
hv2 = hypervolume(subset(iris, Species=="virginica")[,1:4],reps=1000,bandwidth=0.2,warn=FALSE)
hv_set = hypervolume_set(hv1, hv2, check_memory=FALSE)
# no overlap found
get_volume(hv_set)
Run the code above in your browser using DataLab