dat2ddc | R Documentation |
A helper function for transforming all columns of a data frame into a double-coded matrix.
dat2ddc(dat, limits = NULL)
dat2dc(dat, limits = NULL)
dat |
A data frame containing only numeric vectors or ordered factors as columns. |
limits |
A vector, matrix or list specifying the lower and upper limits for the columns in |
A matrix with doubly-coded columns.
vec2ddc
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.