Learn R Programming

dispRity (version 1.5.0)

size.subsets: Size subsets.

Description

Getting the size (number of elements) from each subsets of a dispRity object.

Usage

size.subsets(data)

Arguments

data

A dispRity object.

See Also

custom.subsets, chrono.subsets, boot.matrix, dispRity.

Examples

Run this code
# NOT RUN {
## Loading a dispRity object
data(disparity)

## What are the number of elements per subsets?
size.subsets(disparity)

# }

Run the code above in your browser using DataLab