Learn R Programming

hypervolume (version 2.0.12)

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, or a list() of Hypervolume objects.

Value

A HypervolumeList containing all hypervolumes in all arguments.

Examples

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