Displaying 1 result from an estimated 1 matches for "bysc".
Did you mean:
bsc
2004 May 17
2
"ghost" image in .eps file
...al=TRUE)
barplot(resources.bygt.matrix,
beside = TRUE,
legend.text=c('narrative','doubt'),
names.arg=c('business','catholic','protestant','sports','union'),
density=1:2*10,
col=1,
horiz=TRUE)
dev.off()
postscript(file='logics.bysc.eps', onefile=FALSE, horizontal=TRUE)
barplot(logics.bysc.matrix,
beside = TRUE,
legend.text=c('morality','interests','capacity'),
names.arg=c('airport','chemco','halfin','profile'),
density=1:3*10,
col=1,
horiz=TRUE)
dev.off(...