print8pos: prints a /pos/

Description Usage Arguments Value Examples

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

Description

(ba) just defining the print.pos function

Usage

1

Arguments

x

the pos object to be printed

...

Further arguments to be passed to the print function.

Value

nothing a printing is issued

Examples

1
2
3
 g4n3k("RESET"); # needed only for R checking, to be forgotten
 uu <- new("pos", posi=matrix(round(10*cos(1:20)), 5));
 print8pos(uu);

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

Related to print8pos in g4n...