as.cluster {future} | R Documentation |
Coerce an object to a cluster object
as.cluster(x, ...) ## S3 method for class 'cluster' as.cluster(x, ...) ## S3 method for class 'list' as.cluster(x, ...) ## S3 method for class 'SOCKnode' as.cluster(x, ...) ## S3 method for class 'SOCK0node' as.cluster(x, ...) ## S3 method for class 'cluster' c(..., recursive = FALSE)
x |
An object to be coerced. |
... |
Additional arguments passed to the underlying coercion method.
For |
recursive |
Not used. |
An object of class cluster
.
c(...)
combine multiple clusters and / or cluster nodes into one cluster returned as an of class cluster
.