1DSSETR(3NCARG) NCAR GRAPHICS DSSETR(3NCARG)
2
3
4
6 DSSETR - Sets the value of an internal parameter of type REAL.
7
9 CALL DSSETR (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 Dsgrid parameters.
20 For a complete list of parameters available in this utility, see the
21 dsgrid_params man page.
22
24 To use DSSETR, load the NCAR Graphics library ngmath.
25
27 dsgrid, dsgrid_params, dsgrid2s, dsgrid3s, dsgrid2d, dsgrid3d, dspnt2s,
28 dspnt2d, dspnt3s, dspnt3d dsgetr.
29
30 Complete documentation for Dsgrid is available at URL
31 http://ngwww.ucar.edu/ngdoc/ng/ngmath/dsgrid/dshome.html
32
34 Copyright (C) 2000
35 University Corporation for Atmospheric Research
36
37 The use of this Software is governed by a License Agreement.
38
39
40
41UNIX September 1997-1998 DSSETR(3NCARG)