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