View source: R/as_tibble_speciome.R
as_tibble_speciome | R Documentation |
Reshapes a speciome data vector into a matrix and converts it into a tibble.
as_tibble_speciome(x, ncol = 1)
x |
Vector of data values |
ncol |
If integer, number of columns by which to split the vector.
Use a negative value to duplicate the vector into a longer one-column tibble instead of
splitting it. If integer vector, then each element in the |
A tibble containing the simulation data
read_speciome
as_tibble_speciome(1:3) as_tibble_speciome(1:3, ncol = 3) as_tibble_speciome(1:3, ncol = -2) as_tibble_speciome(1:3, ncol = 1:3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.