# UNCOMMENT TO RUN - disabled to meet CRAN runtime guidelines
#data(iris)
#hv1 = hypervolume(subset(iris, Species=="setosa")[,1:4],bandwidth=0.2,name='setosa')
#hv2 = hypervolume(subset(iris, Species=="versicolor")[,1:4],bandwidth=0.2,name='versicolor')
#hv_all = hypervolume_join(hv1, hv2)
#plot(hv_all)
Run the code above in your browser using DataLab