From: aprendizprog...@hotmail.com
To: r-help@r-project.org
Date: Mon, 27 Aug 2012 00:01:52 +0300
Subject: [R] error type
Hi,
I am trying plot a grafic but generates an error:
Erro em plot.default(xlim, ylim, type = "n", ann = FALSE, axes = FALSE, :
argumento formal "type" corresponde a mú
ded type="o" twice.
>
> --
> David L Carlson
> Associate Professor of Anthropology
> Texas A&M University
> College Station, TX 77843-4352
>
>
> > -Original Message-
> > From: r-help-boun...@r-project.org [mailto:r-help-bounces@r-
> &g
Hi,
I am trying plot a grafic but generates an error:
Erro em plot.default(xlim, ylim, type = "n", ann = FALSE, axes = FALSE, :
argumento formal "type" corresponde a múltiplos argumentos especificados
DATA:
44 40 39 38 0 7 7 1030 57 37 5146 40 41 4737 34 36 2636 28 33 3738 26 28
2742 38 3
Hello,
I'm trying plot a graph, but the x-axis is not appearing.What am I doing wrong?
xx
2000 42001 72002 82003 92004 22005 1
x<-read.table("xx.txt", header=FALSE)
plot(x,type="o",axes=FALSE,xlab="year",ylab="cases")
axis(1,at=1:6, lab=c("2000","2001","2002","2003","2004","2005"))
axis(2,0:9)
H
l. You might try the following alternative:
>
> hist(dados[[1]], 0:110, xlab="chuva (mm/dia)", ylab="frequência", main="",
> las=1)
>
> ---
> David
>
> > -Original Message-
> > From: r-help-boun...@r-project.org [mailt
rror histograma
>
> Hello,
>
> David L Carlson already suggested to you to check the range of your
> data. Did you do it?
>
> Regards
>
>
>
> Le 10/08/2012 09:36, aprendiz programa a écrit :
> >
> > Hi,
> > My error isErro em hist.default(dado
os[[1]])?
>
> breaks <- seq(0, max(dados[[1]]), by = 0.5)
> hist(dados[[1]], breaks = breaks, ...etc...)
>
> Hope this helps,
>
> Rui Barradas
>
> Em 10-08-2012 00:54, aprendiz programa escreveu:
> > David,
> > I changed the command to 0 to 20 for 0 to
Hi,
My error isErro em hist.default(dados[[1]], freq = TRUE, seq(0, 30, 0.5), prob
= FALSE, : some 'x' not counted; maybe 'breaks' do not span range of 'x'
hist(dados[[1]],seq(0, 30, 0.5), prob=TRUE, xlab="chuva
(mm/dia)",ylab="frequência", main="", cex.lab=1.6,
cex.sub=3,cex.axis=3,cex.main
> --
> David L Carlson
> Associate Professor of Anthropology
> Texas A&M University
> College Station, TX 77843-4352
>
> > -Original Message-
> > From: r-help-boun...@r-project.org [mailto:r-help-bounces@r-
>
Hello Guys,
I would like help in script R when I try to plot the histogram appears the
error:
Erro em hist.default some 'x' not counted; maybe 'breaks' do not span range
of 'x'
I using a file with more 1000 datas (vector)
hist(dados[[1]], seq(0, 20, 0.5), prob=TRUE, xlab="chuva
(mm/dia)",
10 matches
Mail list logo