Displaying 1 result from an estimated 1 matches for "copnido".
Did you mean:
connid
2002 Dec 10
1
question about R - barplot function
I would ask you a question around the function "barplot"
I have a problem in the graphical output when I run, for example, this
program (and the others like this):
postscript("copnido.ps",horizontal=F,family="Helvetica",pointsize=15.5,width=10.5,height=9)
par(mar=c(5,6,4,4))
dati <- read.table("infanzia.tab")
tasso <- cbind(dati$tasso)
barplot(tasso,beside = TRUE, space = c(0.6),col = c("blue"), axes = FALSE,
ylim = c(25,40),horiz=FALSE)...