Description Usage Details Examples
tib_xyz_to_mat
converts a tible to a matrix.
1 | tib_xyz_to_mat(tib)
|
Data preparation to convert a data tibble cith three columns (x,y,z) into a matrix for use with rgl.
1 2 | tib_mat <- data %>%
tib_xyz_to_mat()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.