powered by
dispRity
Fills a dispRity object using the data from its matrix
fill.dispRity(data)
A dispRity object.
# 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