vis.paths.along.verts | R Documentation |
Visualize several paths in different colors.
vis.paths.along.verts(
surface_vertices,
paths,
color = viridis::viridis(length(paths))
)
surface_vertices |
float matrix of size (n, 3), the surface vertex coordinates, as returned as part of |
paths |
list of positive integer vectors, the vertex indices of the paths |
color |
a color string, like '#FF0000' to color the path. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.