QGIS/python/plugins/processing/r/scripts/Random_sampling_grid.rsx.help
Victor Olaya 7165e882cd [processing] R improvements
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),
2013-11-11 22:45:06 +01:00

27 lines
492 B
Plaintext

(dp0
S'ALG_DESC'
p1
VThis scripts samples point location within a given polygon(s) using a random sampling method. The used methods assume that the geometry used is not spherical, so objects should be in planar coordinates.\u000a\u000a
p2
sS'ALG_CREATOR'
p3
VVictor Olaya
p4
sS'Layer'
p5
VA vector layer containing polygons.
p6
sS'ALG_HELP_CREATOR'
p7
VFilipe Dias
p8
sS'Output'
p9
VRandomly generated random points.
p10
sS'Size'
p11
VNumber of sample points to be randomly generated
p12
s.