Learn R Programming

dispRity (version 1.5.0)

make.dispRity: Creates a dispRity object.

Description

Creating an empty dispRity object from a matrix

Usage

make.dispRity(data, call, subsets)

Arguments

data

A matrix.

call

Optional, a list to be a dispRity call.

subsets

Optional, a list to be a dispRity subsets list.

Examples

Run this code
# NOT RUN {
## An empty dispRity object
make.dispRity()

## Still an empty dispRity object (with a matrix)
make.dispRity(data = matrix(rnorm(12), ncol = 3))


# }

Run the code above in your browser using DataLab