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

Re: [R] Ylim problem - plot.correlog, ncf package

2013-10-16 Thread Ben Filewod
Hi Pyh- having the same problem- did you ever find a solution? Cheers, Ben On Saturday, August 11, 2012 8:41:21 AM UTC-7, Pyhrell wrote: > > Hi, > > I'm doing cross-correlation correlograms with the ncf package. I have four > study sites ; four correlograms. > I'd like to get the same y scale

Re: [R] ylim with only one value specified

2012-10-09 Thread R. Michael Weylandt
On Tue, Oct 9, 2012 at 10:28 AM, Matthias Gondan wrote: > Dear R developers, > > I would like to have R choose the limits of the y-axis semi-automatically, > e.g., zero should be included, but the maximum should be chosen depending > on the data. > > Examples: > > plot(1:10, 1:10) # selects min an

[R] ylim with only one value specified

2012-10-09 Thread Matthias Gondan
Dear R developers, I would like to have R choose the limits of the y-axis semi-automatically, e.g., zero should be included, but the maximum should be chosen depending on the data. Examples: plot(1:10, 1:10) # selects min and max automatically plot(1:10, 1:10, ylim=c(1, 10)) # manual definition

[R] Ylim problem - plot.correlog, ncf package

2012-08-11 Thread Pyhrell
Hi, I'm doing cross-correlation correlograms with the ncf package. I have four study sites ; four correlograms. I'd like to get the same y scale for the four of them... only, using "ylim=c(-1,1)" does not change the y scale never and I don't know why. I tried with plot() too. Is there another

Re: [R] Ylim

2009-08-07 Thread Jim Lemon
Mohsen Jafarikia wrote: Hello All: Can anybody tell me what is the problem with my program please. I have an error message as appears below. My program is: ifn <- "Jul08_09.LM" data <- read.table(ifn) ofn <- "Jul.png" bitmap(ofn, type = "png256", width = 30, height = 30, pointsize = 30, bg =

Re: [R] Ylim

2009-08-06 Thread Steve Lianoglou
Hi, On Aug 6, 2009, at 4:48 PM, Mohsen Jafarikia wrote: Hello All: Can anybody tell me what is the problem with my program please. I have an error message as appears below. My program is: ifn <- "Jul08_09.LM" data <- read.table(ifn) ofn <- "Jul.png" bitmap(ofn, type = "png256", width = 3

[R] Ylim

2009-08-06 Thread Mohsen Jafarikia
Hello All: Can anybody tell me what is the problem with my program please. I have an error message as appears below. My program is: ifn <- "Jul08_09.LM" data <- read.table(ifn) ofn <- "Jul.png" bitmap(ofn, type = "png256", width = 30, height = 30, pointsize = 30, bg = "white",res=50) par(mar=c(

Re: [R] ylim in plot.ts?

2009-02-17 Thread Gabor Grothendieck
Check out: https://www.stat.math.ethz.ch/pipermail/r-help/2009-February/187562.html On Tue, Feb 17, 2009 at 6:45 PM, Oliver Bandel wrote: > Hello, > > > I tried to use ylim=c(x,y) in a plot.ts(). > > This was ignored. > > How can I achieve it to create such graphics? > > > Ciao, > Oliver Bande

[R] ylim in plot.ts?

2009-02-17 Thread Oliver Bandel
Hello, I tried to use ylim=c(x,y) in a plot.ts(). This was ignored. How can I achieve it to create such graphics? Ciao, Oliver Bandel __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting g

Re: [R] ylim in barplot2 function?

2007-10-31 Thread Marc Schwartz
On Wed, 2007-10-31 at 11:52 +0100, Dieter Vanderelst wrote: > Hi list, > > I'm using barplot2 form the gplots package to plot a few numbers (I > want to add SD bars later). > > However, I would like the y-axis not to start from 0 but 500. When I > add the parameters YLIM, something goes wrong. Th

Re: [R] ylim in barplot2 function?

2007-10-31 Thread John Kane
I'm not sure exactly why it won't work but it could be that conceptually a bar plot starting at 500 does not make a lot of sense and the package writers did not entertain such an idea? I'd suggest having a look at ?dotchart as an alternative why to plot the data or perhaps have a look at errpl

[R] ylim in barplot2 function?

2007-10-31 Thread Dieter Vanderelst
Hi list, I'm using barplot2 form the gplots package to plot a few numbers (I want to add SD bars later). However, I would like the y-axis not to start from 0 but 500. When I add the parameters YLIM, something goes wrong. The graph is not 'cut off' at 500. Instead the bars seems to sink trough