mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-28 00:17:30 -05:00
This commit: Deletes Example scripts Replaces Example scripts with more up to date versions Adds general categories for r scripts: Basic statistics, Vector processing, Raster processing and Point pattern analysis adds help files to all r scripts Adds a groups of r scripts entitled Home range analysis, that includes Kernel href, LSCV Kernel, Minimum convex polygon, single linkage cluster analysis and characteristic hull method, using adehabitatHR() Adds the following R scripts contributed by Yury Ryabov ( riabovvv(at)gmail.com ): Advanced raster histogram, Monte carlo spatial randomness, Relative distribution (distance covariate), Relative distribution (raster covariate),
27 lines
844 B
Plaintext
27 lines
844 B
Plaintext
(dp0
|
|
S'ALG_DESC'
|
|
p1
|
|
VThis script computes the Characteristic Hull method that relies on the calculation of the Delaunay triangulation of the set of relocations. Then, the triangles are ordered according to their area (and not their perimeter). The smallest triangles correspond to the areas the most intensively used by the animals. It is then possible to derive the home range estimated for a given percentage level.\u000a\u000aR depencies: library "adehabitatHR" and "deldir".\u000a
|
|
p2
|
|
sS'Home_ranges'
|
|
p3
|
|
VThe home-range contours.
|
|
p4
|
|
sS'ALG_CREATOR'
|
|
p5
|
|
VFilipe S. Dias, filipesdias(at)gmail.com
|
|
p6
|
|
sS'Layer'
|
|
p7
|
|
VA layer containing the relocations of one or more animals
|
|
p8
|
|
sS'Field'
|
|
p9
|
|
VThe field containing the unique indentifer for each animal (type "string").
|
|
p10
|
|
sS'ALG_HELP_CREATOR'
|
|
p11
|
|
VFilipe S. Dias, filipesdias(at)gmail.com
|
|
p12
|
|
s.
|