FUNCTION: rdrwpst - repeat the last drawing made by drwpst

CALLING SEQUENCE:
rdrwpst()
rdrwpst(l)
rdrwpst(s)
rdrwpst(l,s)

PARAMETERS:
l - a list
s - a set of positive integers

SYNOPSIS:

EXAMPLES:

> p:=[9, {[5, 6], [7, 2], [3, 2], [4, 1], [6], [8, 1, 9], [9, 3, 7], [1, 3]}];

[Maple Math]

> drwpst(p);

> subposet(cr_K[2],p,'incl','img');

[Maple Math]

> print(img,incl);

[Maple Math]

> s:=convert(incl,set);

[Maple Math]

> rdrwpst(s);

> rdrwpst(img);

SEE ALSO: drwpst

BACK TO: start page of the crep online manual, crep