Learn R Programming

mwaved (version 1.1.8)

resolutionMethod: Select appropriate resolution method for blur type

Description

Simple function that maps the blur type to the appropriate resolution selection method

Usage

resolutionMethod(blur)

Arguments

blur

A character string that specifies the behaviour of the blur function

  • 'direct': No blur or direct model is used.

  • 'smooth': Blur that has smooth decay in the Fourier domain.

  • 'box.car': Blur that is of box.car type.