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`.