powered by
Diagnoses fractal dimension variation across neighboring scales.
fd_diagnose(data, keep_data = TRUE, plot = TRUE)
A list with fractal dimension across scales, mean fractal dimension, and sd of fractal dimensions across scales.
Output of fd() with option keep_data = TRUE.
fd()
Logical. Keep diagnostics data? Defaults to TRUE.
Logical. Show diagnostic plot? Defaults to TRUE.
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)
Run the code above in your browser using DataLab