highlight.points.spheres: Draw small 3D spheres at given points.

View source: R/highlight.R

highlight.points.spheresR Documentation

Draw small 3D spheres at given points.

Description

Draw small 3D spheres at given points.

Usage

highlight.points.spheres(coords, color = "#FF0000", radius = 1)

Arguments

coords

double vector or nx3 double matrix, the xyz point coordinates.

color

the sphere color, like '#FF0000' or "red".

radius

double, the sphere radius

See Also

Other 3d utility functions: highlight.vertices.spheres(), vertex.coords()


fsbrain documentation built on July 9, 2023, 7:12 p.m.