hhsmmdata | R Documentation |
Converts a matrix of data and its associated vector of sequence lengths
to a data list of class "hhsmmdata"
hhsmmdata(x, N = NULL)
x |
a matrix of data |
N |
a vector of sequence lengths. If NULL then |
a data list of class "hhsmmdata"
containing x
and N
Morteza Amini, morteza.amini@ut.ac.ir
x = sapply(c(1, 2), function(i) rnorm(100, i, i/2))
N = c(10, 15, 50, 25)
data = hhsmmdata(x, N)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.