powered by
Combines multiple hypervolumes or hypervolume lists into a single HypervolumeList suitable for analysis or plotting.
hypervolume_join(...)
One or more objects of class Hypervolume or HypervolumeList, or a list() of Hypervolume objects.
Hypervolume
HypervolumeList
list()
A HypervolumeList containing all hypervolumes in all arguments.
# NOT RUN { # data(iris) # data_split = split(iris[,1:3],iris$Species) # hvs_split = lapply(data_split, hypervolume); # hvs_joined = hypervolume_join(hvs_split) # }
Run the code above in your browser using DataLab