fsbrain.renderable {fsbrain}R Documentation

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


[Package fsbrain version 0.5.5 Index]