powered by
Retrieves the number of clones from an object.
nclones(x, ...) # S3 method for default nclones(x, ...) # S3 method for list nclones(x, ...)
Returns the number of of clones, or NULL.
NULL
An object.
Other arguments to be passed.
Peter Solymos, solymos@ualberta.ca
dclone
x <- dclone(1:10, 10) nclones(x) nclones(1:10) # this is NULL
Run the code above in your browser using DataLab