tib_xyz_to_mat: Convert tibble to rgl matrix

Description Usage Details Examples

Description

tib_xyz_to_mat converts a tible to a matrix.

Usage

1

Details

Data preparation to convert a data tibble cith three columns (x,y,z) into a matrix for use with rgl.

Examples

1
2
tib_mat <- data %>%
  tib_xyz_to_mat()

k-hench/kh3d documentation built on July 8, 2019, 3:33 a.m.