| Previous: Purpose: | Up: EIGRAPH | Next: Options: |
below.)
new; library ei; @ initialize ei @ loadm dbuf = racevote; @ load in data buffer @ graphon; @ open graphics window @ eigraph(dbuf,"xgraph"); @ check info from bounds @ graphclr; @ clear graphics screen @ eigraph(dbuf,"fit"); @ evaluate model fit @ graphclr; @ clear graphics screen @ eigraph(dbuf,"tomog"); @ tomography plot @ graphclr; @ clear graphics screen @ eigraph(dbuf,"post"); @ draw district-level posterior @ graphoff; @ close graphics window @