Description Usage Arguments Value Examples
View source: R/vector_arrange.R
A convenience function used to arrange vectorised samples into the correct
vector format for several functions used to specify Markov model. See example_two_state_markov
for an example use case.
1 | vector_arrange(samples)
|
samples |
A list of vectorised samples |
A list of vectors with each vector representing a single sample.
1 2 3 | vector_samples <- list(rnorm(10, 1, 2), rnorm(10, 10, 2))
vector_arrange(vector_samples)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.