mirror of
https://github.com/qgis/QGIS.git
synced 2025-06-18 00:04:02 -04: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),
43 lines
1.4 KiB
Plaintext
43 lines
1.4 KiB
Plaintext
(dp0
|
|
S'ALG_DESC'
|
|
p1
|
|
VThis algorithm creates a graph that demonstrates the dependency of the intensity of the point process on the value of covariate. In this algorithm the covariate is the distance to the certain objects. The functionality is based on 'rhohat' function of the 'spatstat' package. \u000a\u000aR dependencies: library "maptools", "spatstat" and "rpanel".
|
|
p2
|
|
sS'ALG_CREATOR'
|
|
p3
|
|
VYury Ryabov\u000a2013\u000ariabovvv@gmail.com
|
|
p4
|
|
sS'Layer'
|
|
p5
|
|
VThe point process which distribution will be investigated.
|
|
p6
|
|
sS'Covariate_name'
|
|
p7
|
|
VThis field is mandatory. Enter the name of the covariate. It will appear at the graph.
|
|
p8
|
|
sS'Legend_position'
|
|
p9
|
|
VThis field defines the position of the legend at the graph. 'float' means that the legend will be placed at the position that would not overlap the graph itself (or will try at least). Other options are: 'topleft', 'topright', 'bottomleft', 'bottomright'.
|
|
p10
|
|
sS'x_label'
|
|
p11
|
|
VOptional label for the X axis. Note that units at the X axis will be the same as in the input layers.
|
|
p12
|
|
sS'RPLOTS'
|
|
p13
|
|
VThe empirical graph of the dependency of the intensity of the point process on the distance to the given objects.
|
|
p14
|
|
sS'ALG_HELP_CREATOR'
|
|
p15
|
|
VYury Ryabov\u000a2013\u000ariabovvv@gmail.com
|
|
p16
|
|
sS'Plot_name'
|
|
p17
|
|
VOptional plot name.
|
|
p18
|
|
sS'Covariate'
|
|
p19
|
|
VThe set of objects the distance from which will be calculated and used as a spatial covariate to the point process.
|
|
p20
|
|
s.
|