estimateD: Estimates the fractal dimension D from a 2-dimensional grid

View source: R/vario.R

estimateDR Documentation

Estimates the fractal dimension D from a 2-dimensional grid

Description

Estimates the fractal dimension D from a 2-dimensional grid

Usage

estimateD(x, coord = NULL)

Arguments

x

is a matrix of real numbers

coord

the spatial coordinates

Examples

x = matrix(runif(100), 10, 10)
estimateD(x)

mcglinnlab/vario documentation built on Feb. 22, 2023, 1:49 p.m.