Skip to content

Barplot label

3 messages · ram basnet, David Winsemius, Jorge Ivan Velez

#
.... from the par help page:

( nr.prof <-  
c(prof.pilots=16,lawyers=11,farmers=10,salesmen=9,physicians=9,  
mechanics=6,policemen=6,managers=6,engineers=5,teachers=4,  
housewives=3,students=3,armed.forces=1))
barplot(rbind(nr.prof)
par(las = 3)
barplot(rbind(nr.prof))
par(las = 0)# reset to default