as.vclVector | R Documentation |
Construct a vclVector of a class that inherits
from vclVector
stuff
as.vclVector(object, type = NULL, ...)
## S4 method for signature 'vector'
as.vclVector(object, type = NULL)
## S4 method for signature 'vclMatrix'
as.vclVector(object, type = NULL, shared = FALSE)
object |
An object that is or can be converted to a
|
type |
A character string specifying the type of vclVector. Default is NULL where type is inherited from the source data type. |
... |
Additional arguments to as.vclVector methods |
shared |
Logical indicating if memory should be shared with x |
A vclVector object
A vclVector object.
Charles Determan Jr.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.