Learn R Programming

fsbrain (version 0.4.2)

fsbrain.renderable: Check whether object can be rendered by fsbrain

Description

Check whether object can be rendered by fsbrain

Usage

fsbrain.renderable(x)

Arguments

x

any `R` object

Value

TRUE if *x* is an instance of a class that can be rendered by fsbrain visualization functions, and FALSE otherwise. Currently, the following types are renderable: `fs.coloredvoxels`, `fs.coloredmesh`, `Triangles3D`.

See Also

is.Triangles3D