plotfit: Displays the scales indicators to estimate hmin , c1 and c2

Description Usage Arguments Author(s) References Examples

Description

Displays graphics to choose the range of scales for estimating hmin, c1 and c2. If the analysis is limited , this function only displays the graph of the logarithm of the maximum wavelet decomposition by scales. If this curve is descending, it is essential to integrate the image.

Usage

1
2
## S4 method for signature 'Leader'
plotfit(object)

Arguments

object

A object of "Leader" class

Author(s)

Francois Semecurbe

References

Herwig Wendt, Stephane Roux, Stephane Jaffard, Patrice Abry. Wavelet leaders and bootstrap for multifractal analysis of images. Signal Processing, Elsevier, 2009, 6 (89), pp.1100-1114.

Examples

1
2
3
4
library(wmlf)
data(bocage)
l_b=leader(bocage,frac=1,full=TRUE)
plotfit(l_b)

wmlf documentation built on May 2, 2019, 6:54 a.m.

Related to plotfit in wmlf...