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
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
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
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
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
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
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
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
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 =
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
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(
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
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
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
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
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
16 matches
Mail list logo