Description Usage Arguments Value
View source: R/compute_Hurst_rasters.R
Compute Hurst rasters from a log-log regression between scales and mean standard deviation
1 2 3 4 5 6 7 | compute_Hurst_rasters_internal(
mean_sd_rasters,
R,
mean_res,
L_raster,
min_res = 1.87
)
|
mean_sd_rasters |
list of rasters of mean standard deviation computed at R scales |
R |
list of scales (aggregation factors) |
mean_res |
numeric, resolution to compute scales in meters |
L_raster |
target raster at scale L |
min_res |
minimum resolution in elevation, 1.87 m from Haneberg, 2006 |
a RasterStack with four layers q, H, p-value and R squared values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.