Library: | graphic |
See also: | grmove |
Quantlet: | grrot | |
Description: | Rotates a graphical object. |
Usage: | grout = grrot (grin, rot) | |
Input: | ||
grin | composed graphical object | |
rot | scalar | |
Output: | ||
grout | composed graphical object |
library ("graphic") t = (normal(25)-8)|(normal(25)+8)|normal(100)|(normal(10)+25) bp1 = grdot (t) bp2 = grrot (bp1, 1) d = createdisplay (1,1) show (d, 1, 1, bp1, bp2)
shows a the same dotplot twice, one rotated by 90 degrees
Library: | graphic |
See also: | grmove |