| fd_diagnose | R Documentation | 
Diagnoses fractal dimension variation across neighboring scales.
fd_diagnose(data, keep_data = TRUE)
| data | Output of  | 
| keep_data | Logical. Keep diagnostics data? | 
A list with fractal dimension across scales, mean fractal dimension, and sd of fractal dimensions across scales.
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.