powered by
dispRity
Creating an empty dispRity object from a matrix
make.dispRity(data, call, subsets)
A matrix.
matrix
Optional, a list to be a dispRity call.
list
Optional, a list to be a dispRity subsets list.
# 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