print8pgr: prints the node-variable names

Description Usage Arguments Value Examples

View source: R/f1.g4n2.code.r

Description

(ba) prints the node-variable names of x (a 'nom' object)

Usage

1
print8pgr(x, ..., what="v", type=0)

Arguments

x

nom object

...

Further arguments to be passed to the print function.

what

what to print ('v'=node-variable names; 'n' only no

type

type of printing (0) a node a line; (1) everything on the same line.

Value

nothing a printing is issued

Examples

1
2
3
4
5
6
7
8
9
 g4n3k("RESET"); # needed only for R checking, to be forgotten
 print(new("pgr", 
 unitscale=20, 
 padding=1.1, 
 cexscale=1, 
 arrowlength=0.12, 
 sscale=1, 
 kzoom=1.2, 
 diar=0.05));

g4n documentation built on May 2, 2019, 5:47 p.m.

Related to print8pgr in g4n...