View source: R/discrete-matrix.R
discrete_matrix | R Documentation |
Create a dataframe of discrete variables.
discrete_matrix(nrow, ncol, domain, name = "l")
nrow |
Number of rows |
ncol |
Number of columns |
domain |
Domain of variables |
name |
Matrix name |
A dataframe representing a nrow x ncol matrix over the given domain.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.