motif icon indicating copy to clipboard operation
motif copied to clipboard

Pattern-based spatial analysis in R

Results 15 motif issues
Sort by recently updated
recently updated
newest added

+ reinstate segmentation quality metrics

enhancement

Currently, it should give inhomogeneity and interclass isolation... C++ code would be welcome here...

enhancement

Instead of regular search, first create a segmentation (homogeneous regions) and then apply search!

montage/moisaic/patchwork/collage lsp_montage? lsp_create_montage? lsp_plot_montage?

enhancement

Distribution of numerical rasters - how to include spatial patterns?

enhancement

What is the action when the shift it used? Do we return many layers, or create some kind of an average?

enhancement

Think of implementing some kind of multiscale analysis.

enhancement

Two options: user selects one column vs using row numbers... ```r landcover_comp_e = lsp_signature(landcover, type = "composition", window = ecoregions["id"]) ``` vs ```r landcover_comp_e = lsp_signature(landcover, type = "composition", window...

question