as.rglscene {rgl}R Documentation

Convert an object to an rglscene object.

Description

This is a placeholder generic function, to allow other packages to create "rglscene" objects compatible with the objects produced by scene3d.

No methods are currently defined in rgl.

Usage

as.rglscene(x, ...)

Arguments

x

Object to convert.

...

Other parameters to pass to methods.


[Package rgl version 1.3.1 Index]