Learn R Programming

hypervolume (version 1.1.1)

hypervolume_join: Concatenate hypervolumes

Description

Combines multiple hypervolumes or hypervolume lists into a single HypervolumeList suitable for analysis or plotting.

Usage

hypervolume_join(...)

Arguments

...
One or more objects of class Hypervolume or HypervolumeList

Value

  • A HypervolumeList containing all hypervolumes in all arguments.

Examples

Run this code
# 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