1NNSETR(3NCARG) NCAR GRAPHICS NNSETR(3NCARG)
2
3
4
6 NNSETR - Sets the value of an internal parameter of type REAL.
7
9 CALL NNSETR (PNAM, RVAL);
10
12 PNAM A character string that specifies the name of the parameter
13 to be set.
14
15 RVAL A REAL value that is the value to be assigned to the
16 internal parameter specified by pnam.
17
19 This routine allows you to set the current value of Natgrid parameters.
20 For a complete list of parameters available in this utility, see the
21 natgrid_params man page.
22
24 To use NNSETR, load the NCAR Graphics library ngmath.
25
27 natgrid, natgrid_params, natgrids, nngetr.
28
29 Complete documentation for Natgrid is available at URL
30 http://ngwww.ucar.edu/ngdoc/ng/ngmath/natgrid/nnhome.html
31
33 Copyright (C) 2000
34 University Corporation for Atmospheric Research
35
36 The use of this Software is governed by a License Agreement.
37
38
39
40UNIX March 1997-1998 NNSETR(3NCARG)