Re: [R] ylim in barplot()

2016-04-26 Thread Ivan Calandra
riginal Message- From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of EYSSAUTIER Stéphanie Sent: Monday, April 25, 2016 9:53 AM To: r-help@r-project.org Subject: [R] ylim in barplot() Dear useRs, I'm having troubles with using ylim in barplot(): even though I reduce the y

Re: [R] ylim in barplot()

2016-04-25 Thread Ivan Calandra
Texas A&M University College Station, TX 77840-4352 -Original Message- From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of EYSSAUTIER Stéphanie Sent: Monday, April 25, 2016 9:53 AM To: r-help@r-project.org Subject: [R] ylim in barplot() Dear useRs, I'm having troubles

Re: [R] ylim in barplot()

2016-04-25 Thread David L Carlson
b=colnames(mydata), legend.pos="topright") dev.off() - David L Carlson Department of Anthropology Texas A&M University College Station, TX 77840-4352 -Original Message- From: R-help [mailto:r-help-boun...@r-project.org] On Behalf Of EYSSAUTIER Stéphanie Sent: Monday, April 25, 20

[R] ylim in barplot()

2016-04-25 Thread EYSSAUTIER Stéphanie
Dear useRs, I'm having troubles with using ylim in barplot(): even though I reduce the y-scale using ylim, the bars still extend down to 0into the x-labels. The sample data is below, and here is the code. #This works fine but I would like to plot only from 50 to 70: barplot(t(mydata), beside=T