File: nnalg.m

package info (click to toggle)
ncl 6.2.0-3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 194,248 kB
  • ctags: 70,659
  • sloc: ansic: 596,448; fortran: 439,513; sed: 11,221; csh: 8,350; yacc: 4,253; xml: 1,928; sh: 1,526; lex: 1,266; python: 1,067; f90: 641; perl: 479; java: 447; objc: 291; makefile: 104
file content (63 lines) | stat: -rw-r--r-- 1,839 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
.\"
.\"     $Id: nnalg.m,v 1.5 2008-07-27 03:35:40 haley Exp $
.\"
.TH nnalg 1NCARG "March 1997-1998" UNIX "NCAR GRAPHICS"
.na
.nh
.SH NAME
nnalg \- a tool for displaying features of the Natgrid algorithm
.SH SYNOPSIS
nnalg algorithmic_data_file
.SH DESCRIPTION 
"nnalg" takes a single argument which is a the name of a
special file created by the Fortran subroutine NATGRIDS or
the C function c_natgrids in the Natgrid package. This file 
contains data appropriate
for displaying various features of the Natgrid algorithm. By
default, this file is not created. In order to create it, you need
to set the parameter adf in the Natgrid package. 
You can additionally override the
default file name of "nnalg.dat" by using the parameter alg.
.sp
To invoke "nnalg", simply type the command: 
.sp
nnalg data_file
.sp
By editing the data file, you have many options as to what is
displayed and what the appearance of the plot looks like. 
.sp
The features that can be displayed are: 
.sp
  1. The input data points 
.br
  2. The natural neighbor circumcircles 
.br
  3. The Delaunay triangulation, derived from the natural
     neighbor circumcircles 
.br
  4. The Voronoi polygons 
.br
  5. The first order natural neighbors of a given 
     input point (or points) 
.br
  6. The second order natural neighbors of a given input
     point (or points) 
.sp
The first four items in the above list are displayed in the
default case.
.SH USAGE
What gets displayed by nnalg depends on values in the
input data file which can be changed by manual editing.
.SH SEE ALSO
natgrid
.sp
Complete documentation for nnalg is available at URL
.br
http://ngwww.ucar.edu/ngdoc/ng/ngmath/natgrid/algorithm.html
.SH COPYRIGHT
Copyright (C) 2000
.br
University Corporation for Atmospheric Research
.br

The use of this Software is governed by a License Agreement.