Learn R Programming

fsbrain (version 0.5.5)

highlight.points.spheres: 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()