Displaying 20 results from an estimated 2000 matches similar to: "help error histograma"
2012 Aug 26
4
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ú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 36 3636 27 22 2853 43 33 40
plot(dados[1],type="o",pch=21,
2012 Aug 09
1
help hist some 'x' not counted; maybe 'breaks' do not span range of 'x'
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)",ylab="frequência", main="", cex.lab=1.6,
2016 Sep 02
2
Ayuda con gráfico típico de histograma más linea
Buenas tardes,
Tengo una duda con gráficos. Estoy intentando realizar el típico gráfico de
una variable en histograma y otra en linea, supongo que será sencillo pero
llevo unos días peleando y no me sale de forma correcta.
Las variables están en un dataframe que muestran las frecuencias de tweets
minuto a minuto y el share de esos minutos (os adjunto un archivo en csv
con el dataframe).
Una
2017 Jun 18
2
Problema con Histograma con porcentajes usando ggplot
Estimados
Soy un nuevo usario de R, y estoy usando como base de datos el European
Social Survey, que tiene datos de 40,000 individuos, y alrededor de 23
países europeos. Lo que he seleccionado es la útima ola, el round 7, para
el año 2014.
He leido los datos, desde SPSS y aquí tienen la base de datos y que tipo de
objetos se han generado, y tambíen la distribución por pais de la muestra.
No he
2019 Jun 26
2
Problem in doveadm import dovecot 2.2
Dear,
I always used dovecot in version 2.0 and in the last month i update my
servers to dovecot 2.2 but now i have problems with comand dovecot import,
not works for me, bellow i put 2 examples used in my tests in boths cases
not works for me.
Someone already saw some case similar or can help me with this ?
doveadm import -u teste at aaaaa.com mdbox:~/mdbox-backup "" mailbox INBOX
from
2017 Jun 18
3
Problema con Histograma con porcentajes usando ggplot
Gracias. Alguna idea de que usar para calcular los porcentajes y
almacenarlos. Se puede usar flat table?
El 18/06/2017 4:50 p. m., "Carlos J. Gil Bellosta" <cgb en datanalytics.com>
escribió:
> Los porcentajes que obtienes con tu código son sobre todas las facetas, no
> país a país.
>
> Calcula los porcentajes previamente a por país y representa esa columna en
>
2013 Jan 29
2
remove margin between plot and axis
Readers,
Am trying to plot a graph with type 'h' and want to remove the white
space between the plot lines and the x axis. The help section 'par'
suggests that the option 'mai' controls this feature, but the syntax
plot(...mai=c(0,1,1))
is ineffective
Any advice please?
--
r2151
2017 Jun 19
2
Problema con Histograma con porcentajes usando ggplot
Creo que esto me da para DK, y luego veré como aplicar el barplot
ess %>%
filter(cntry %in% c("DK")) %>%
count (stflife) %>%
mutate (freq = (n /sum(n)*100))%>%
print
2017-06-18 19:01 GMT-05:00 Antonio Rodriguez Andres <
antoniorodriguezandres70 en gmail.com>:
> He conseguido el total para un país, pero no me deja usar percent =
> count() /sum(count),
2012 Nov 28
3
error, R commends cannot show the expected output
Hi,
I am working on R 2.15.2 on Win. 7.
I am trying to run some simple commends.
>class(SWX.RET) # SWX.RET is a data file that has been loaded.
But, I cannot see the expected output.
I have deselected "buffered output". Still it does not work.
Any help will be appreciated.
Thanks
[[alternative HTML version deleted]]
2017 Jun 18
2
Problema con Histograma con porcentajes usando ggplot
#Simple table con frecuencias absolutas y crear relativas
count =table(ess$stflife)
percent = 100* (count)/sum(count)
Carlos he creado a esto a nivel general en vez de usar prop.table. Según lo
que dices o entiendo, debo de usar la función
ddply para hacerlo a nivel de todos los paises, y entiendo que ddply (,
c(""), debo de indicar los paises?
Saludos
2017-06-18 17:37 GMT-05:00
2016 Sep 02
2
Ayuda con gráfico típico de histograma más linea
Y bueno, algo más bonito sí que queda con ggplot...
#---------------
datIn <- read.csv("pec.csv", header = TRUE, sep = ";", dec = ",")
library(ggplot2)
lab_x_idx <- c(1, round(nrow(datIn)/2, 0), nrow(datIn))
lab_x <- as.vector(datIn$hora[ lab_x_idx])
fre_gg <- ggplot( datIn, aes( x = 1:nrow(datIn), y = frec)) +
geom_bar(stat =
2013 May 13
2
reduce three columns to one with the colnames
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt.
Name: nicht verf?gbar
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130513/fe848ce7/attachment.pl>
2013 Sep 03
1
tm::stemDocument function not work
https://gist.github.com/rpietro/6430771
stemDocument function doesn't seem to be working. Tried to look up and
a few people have reported the problem, but no solution that I could
find.
would appreciate any help
2016 Sep 03
2
Ayuda con gráfico típico de histograma más linea
Prueba algo así:
library(ggplot2)
datos <- read.table("Downloads/pec.csv", header = T, sep = ";", dec = ",")
datos$Miles <- as.numeric(gsub("\\.", "", as.character(datos$Miles)))
datos$hora <- strptime(datos$hora, format = "%H:%M")
ggplot(datos, aes(x = hora, y = Miles)) + geom_line() +
scale_x_datetime(date_breaks =
2012 Oct 19
1
multiple graphs, lapply and different titles
I have a list of data.frames, and i want to iterate over this list and
generate graphs with the same title of the data.frame.
I did the graphs with:
lapply(anual, function(x) plot(x[,'chuva'], type='l', xlab= 'anos', ylab =
'Precicipatação(mm)', col='red'))
where anual is list of data.frames. I am plotting just the column "chuva"
at each
2008 Feb 15
1
anyone know how to plot histograma and line in the same graph
Dear:
I have two series data, which are:
p1-obs p1-exp
13 13
20 23.296
22 18.139
19 14.972
10 12.576
16 10.658
8 9.0794
4 7.7625
3 6.6536
5 5.7141
7 4.9146
4 4.2321
0 3.648
4 3.1471
4 2.7168
2 2.3468
4 2.0283
2 1.7537
2 1.517
5 1.3127
1 1.1362
2013 Apr 16
2
Unsubscribe please
Verstuurd vanaf mijn iPad
Bert Verleysen
00 32 (0)477 874 272
www.beverconsult.be
2015 Dec 10
3
Tiempo de vida
Buenas
He creado los histogramas, y los he guardado en función de la referneica en una variable:
histograma<-tapply(datos$consumo,datos$Material,function(x)hist(x,col=8)
Pero ahora la variable histograma como array, donde estan las 300 referencias.
Si entor en una, por ejemplo, histograma[1], veo como es un tipo list con los siguientes campos:
$breaks
[1] 0.0 0.2 0.4 0.6 0.8 1.0
$counts
2017 Jun 19
3
Problema con Histograma con porcentajes usando ggplot
Muchas gracias. Me puede recomendar algún libro donde poder empezar.
Gracias
El 18/06/2017 9:46 p. m., <javier.ruben.marcuzzi en gmail.com> escribió:
>
>
> Estimado Antonio Rodriguez Andres
>
>
>
> Usted dice que está en sus inicios con R, y desea realizar un gráfico.
> Esto no es problema, el inconveniente es que está mezclando librerías, es
> lógico, se puede
2016 Sep 06
2
Ayuda con gráfico típico de histograma más linea
Hola,
Dell es los pocos que yo sepa que ofrecen equipos con Linux instalado como
SO de base:
http://www.dell.com/es/empresas/p/xps-13-9350-laptop-ubuntu/pd?oc=bnx9333
Saludos,
Carlos Ortega
www.qualityexcellence.es
El 6 de septiembre de 2016, 21:33, Ruben Tobalina Ramirez <
lagrimaescrita en gmail.com> escribió:
> Buenas,
>
> gracias a los que me ayudaron, he conseguido hacer