search for: infanzia

Displaying 1 result from an estimated 1 matches for "infanzia".

2002 Dec 10
1
question about R - barplot function
...e 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) axis(1,c(1.1,2.7,4.3,5.9,7.5),c("99-00","00-01", "01-02", "02-03", "03-04"),tck = 0,las = 1)...