fd_diagnose {habtools}R Documentation

Diagnose fractal dimension

Description

Diagnoses fractal dimension variation across neighboring scales.

Usage

fd_diagnose(data, keep_data = TRUE)

Arguments

data

Output of fd() with option keep_data = TRUE.

keep_data

Logical. Keep diagnostics data?

Value

A list with fractal dimension across scales, mean fractal dimension, and sd of fractal dimensions across scales.

Examples

fd_data <- fd(horseshoe, lvec = c(0.05, 0.1, 0.2, 0.4), method = "area", keep_data = TRUE)
fd_diagnose(fd_data)
fd_diagnose(fd_data, keep_data = FALSE)


[Package habtools version 1.0.5 Index]