| Previous: Purpose: | Up: GRAPHON, GRAPHONS, GRAPHCLR, GRAPHNO, | Next: LOADVARS |
new; library ei; loadm dbuf = racevote; @ load in output from ei @ eiread(dbuf,"sum"); @ print summary info @ graphon; @ open graphics window @ eigraph(dbuf,"fit"); @ print graph @ graphclr; @ clear graphics window @ eigraph(dbuf,"bias"); @ print graph @ graphno; @ switch to text window @ eiread(dbuf,"Maggs"); @ print textual info @ graphclr; @ clear & switch to graphics @ eigraph(dbuf,"betabw"); @ print graph @ wincloseall; @ close graphics window @