Alex
Alex
@Nowosad, I have to still add the `supercells:::get_vals_dist_cpp11` but here's what I have so far. ## Load Packages and define functions ``` r library(terra) #> Warning: package 'terra' was built...
@ecologyjh, it has also been implemented in the [Fathom Toolbox](https://www.usf.edu/marine-science/research/matlab-resources/fathom-toolbox-for-matlab.aspx) in MATLAB (functions f_permanova and f_permanovaPW).
For a one-way ANOVA with just a standard categorical factor I believe this would calculate the modified F (I'm getting the same modified F as the Fathom Toolbox implementation). I...
@pkmnsandy, this is unfortunately just for a one-way PERMANOVA. The Fathom implementation states that this is a "one-way (modified) PERMANOVA" and the [original paper](https://doi.org/10.1111/anzs.12176) states "The F2 test statistic can...
@sermomon I have not found a solution to this, but there have been github commits so it's possible that it might be fixed in a newer version (e.g. have you...
QGIS's processing toolbox has access to functions from many other open source GIS's. [r.texture](https://"grass.osgeo.org/grass74/manuals/r.texture.html) from GRASS GIS should do what you want. It's important to note that "r.texture assumes grey...
I've created a small reproducible example to demonstrate the issue, which could maybe help understand it. ``` library(raster) library(glcm) glcm_corr
@sermomon did you have any luck with the MATLAB comparisons?
@sermomon, I coded up an alternative implementation here (https://github.com/ailich/GLCMTextures) if you want to test it out.
I noticed some plots from my [ReadME for my R package](https://github.com/ailich/MultiscaleDTM/blob/main/man/fragments/README_Frag.Rmd) don't work on tmap4. I plan to update to the syntax but I know the goal is to have...