Message-ID: <16194939.post@talk.nabble.com>
Date: 2008-03-21T08:32:24Z
From: canadiangirl19
Subject: hist function+label second y-axis
Dear Forum,
hist(x$LAN_3,col="green",xaxt='n',yaxt='n',xlab="",ylab="",main="",type="l")
I?d like to craete a line not a bar in the hist function, but regrettably I
get only warning messages:
1: Grafikparameter "type" ist veraltet in: title(main, sub, xlab, ylab,
line, outer, ...)
2: Grafikparameter "type" ist veraltet in: axis(side, at, labels, tick,
line, pos, outer, font, lty, lwd,
3: Grafikparameter "type" ist veraltet in: axis(side, at, labels, tick,
line, pos, outer, font, lty, lwd,
My second problem is, I?ve created a second y-axis, but I?m not able to
label this second axis, I try it with:
axis(3,x$LAN_3,xlab="whatever") but nothing happend.
has anybody a solution?
cheers
--
View this message in context: http://www.nabble.com/hist-function%2Blabel-second-y-axis-tp16194939p16194939.html
Sent from the R help mailing list archive at Nabble.com.