View source: R/get_dimvisible.R
get_dimvisible | R Documentation |
Internal function to determine the dimension of supplied discrete data
get_dimvisible(data, max_dim = 31)
data |
Data provided by user. For biocorex data can either be continuous (gaussian) or discrete (consectutive integers 0, 1, 2, 3...etc). Data types cannot by mixed in this implementation. |
max_dim |
Sets the maximum dimension allowed for discrete data. Default = 31 |
This function determines the dimension of unique values in the supplied data.
An integer that represents the dimension of unique values in the discrete data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.