Learn R Programming

dispRity (version 1.5.0)

fill.dispRity: Fills a dispRity object.

Description

Fills a dispRity object using the data from its matrix

Usage

fill.dispRity(data)

Arguments

data

A dispRity object.

Examples

Run this code
# NOT RUN {
## An empty dispRity object (with a matrix)
empty <- make.dispRity(data = matrix(rnorm(12), ncol = 3))

## A dispRity object with a matrix of 4*3
fill.dispRity(empty)

# }

Run the code above in your browser using DataLab