fd_diagnose {habtools} | R Documentation |
Diagnose fractal dimension
Description
Diagnoses fractal dimension variation across neighboring scales.
Usage
fd_diagnose(data, keep_data = TRUE, plot = TRUE)
Arguments
data |
Output of |
keep_data |
Logical. Keep diagnostics data? Defaults to TRUE. |
plot |
Logical. Show diagnostic plot? Defaults to TRUE. |
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.1.1 Index]