Displaying 3 results from an estimated 3 matches for "foladoira".
2012 Aug 07
1
Hist function
...I've been trying to get with a for-loop, but without success.
How can i do it the best way?
After this command, i'm only interested in the part of $counts. I hope
someone can help me. Any help is greatly appreciated!!! Thank you,
everybody`!!
> datos.mx1
Fecha Mes Serra.da.Foladoira Santiago Sergude Rio.Do.Sol
1 01.01.2006 1 4.1 14.4 9.3 5.7
2 02.01.2006 1 5.5 9.8 11.0 7.6
3 03.01.2006 1 9.9 13.0 12.7 9.9
4 04.01.2006 1 9.7 13.3 12.7 9.7
5...
2012 Jul 29
2
Error in for-loop
...in <- read.table('PETmin.csv',head=TRUE,sep=';')
http://r.789695.n4.nabble.com/file/n4638257/PETmx1.csv PETmx1.csv
http://r.789695.n4.nabble.com/file/n4638257/PETmin.csv PETmin.csv
names(datos.mx1)
"Fecha" "Mes" "Serra.da.Foladoira"
"Santiago" "Sergude" "Rio.Do.Sol"
You find in the first column the date and in the second only the month. The
other columns contain the temperature of the respective weather stations.
2. My aim is to calculate thresholds for ea...
2012 Aug 06
5
sapply() and by()
...ply(LF[,1:4],mean,LF[,5])
Error in mean.default(X[[1L]], ...) :
'trim' must be numeric and have length 1
With
lf.med <- by(LF[,1:4],LF[,5],mean)
It works, but its deprecated.
Any help is greatly appreciated!!! Thanky everybody`!!
Dominic
> dput(LC)
structure(list(Serra.da.Foladoira = c(21.1359565217391, 21.7184782608695,
23.5492608695652, 23.4660434782608, 23.6740869565217, 21.1775652173913,
19.8460869565217, 23.3412173913043, 22.8835217391304, 24.3398260869565,
23.258, 23.7573043478261, 21.344, 22.3842173913043, 21.1775652173913,
22.3842173913043, 21.6768695652174, 23.882130...