unlink-ncdfFlowSet-method: delete the cdf file associated with the ncdfFlowSet object...

Description Usage Arguments Examples

Description

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.

Usage

1
2
## S4 method for signature 'ncdfFlowSet'
unlink(x, recursive = FALSE, force = FALSE)

Arguments

x

ncdfFlowSet

recursive

see unlink

force

see unlink

Examples

1
2
3
4
data(GvHD)
nc <- ncdfFlowSet(GvHD[1:2])
nc[[1]] # data is loaded from cdf file
unlink(nc)

ncdfFlow documentation built on Nov. 8, 2020, 7:52 p.m.