Skip to contents

Compute reference given a deconvolution method from an `screference` object

Compute reference given a deconvolution method from an `h-screference` object

Usage

# S3 method for screference
compute_reference(scref, method = deconvolution_methods()[1], ...)

# S3 method for hscreference
compute_reference(hscref, method = deconvolution_methods()[1], ...)

Arguments

scref

an `screference` object

method

a string, one of `deconvolution_methods()`

...

passed to deconvolution method's reference computation function. See the wrapper (`(method)_scref`) where `(method)` is the method name for parameters.

hscref

an `h-screference` object

Value

an object of class `screference`

an object of class `hscreference`