1r.univar.sh(1)                Grass User's Manual               r.univar.sh(1)
2
3
4

NAME

6       r.univar.sh  - calculates univariate statistics from a GRASS raster map
7

KEYWORDS

9       raster, statistics
10

SYNOPSIS

12       r.univar.sh
13       r.univar.sh help
14       r.univar.sh   [-e]   map=string    [percentile=integer]     [--verbose]
15       [--quiet]
16
17   Flags:
18       -e
19           extended statistics (quartiles and percentile)
20
21       --verbose
22           Verbose module output
23
24       --quiet
25           Quiet module output
26
27   Parameters:
28       map=string
29           Name of raster map
30
31       percentile=integer
32           Percentile to calculate (requires -e flag)
33           Options: 0-100
34           Default: 90
35

DESCRIPTION

37       WARNING: This module is superseded and will be removed in  future  ver‐
38       sions of GRASS.  Use the much faster r.univar instead.
39
40       r.univar  calculates  univariate  statistics  of  a  raster  map.  This
41       includes the number of cells counted, mininum and maximum cell  values,
42       range, arithmetic mean, variance, standard deviation and coefficient of
43       variation.  Checking the 'extended statistics' box adds median, 1st and
44       3rd quartiles, and 90th percentile.
45

SEE ALSO

47       r.univar r.stats
48

AUTHOR

50       Markus Neteler, University of Hannover
51
52       Last changed: $Date: 2006-09-07 11:38:05 +0200 (Thu, 07 Sep 2006) $
53
54       Full index
55
56       © 2003-2008 GRASS Development Team
57
58
59
60GRASS 6.3.0                                                     r.univar.sh(1)
Impressum