unlink,ncdfFlowSet-method | R Documentation |
delete the cdf file associated with the ncdfFlowSet object
ncdfFlowSet object is unrecoverable after cdf is deleted. So this method is usually called when ncdfFlowSet object is no longer in need.
## S4 method for signature 'ncdfFlowSet' unlink(x, recursive = FALSE, force = FALSE)
x |
|
recursive |
see unlink |
force |
see unlink |
data(GvHD) nc <- ncdfFlowSet(GvHD[1:2]) nc[[1]] # data is loaded from cdf file unlink(nc)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.