search for: nilza

Displaying 12 results from an estimated 12 matches for "nilza".

2010 Mar 12
4
Form using R
Hi, R users We can create a form using R? I would like to create a form where the information can be read by R. Itneeds to be updated daily because I have to tabulate the reasons for delays in the generation of numerical models products. I really appreciate any help, Thanks in advance, Nilza Barros [[alternative HTML version deleted]]
2010 Apr 22
2
legend problem
...os[3]*.05),c("Modelo","Observado"),col = c("blue","orange"),cex=1.0, pch=15) I would like to be able to plot the legend outer the graphics region. Something like I've done with title. You can see one figure an attached file. I really appreciate any help. Nilza Barros -- Abra?o, Nilza Barros
2010 Sep 27
3
Output Graphics GIF
...hics in GIF format? What I have been doing is graphics in *.ps or *.eps and after I convert them using CONVERT (from ImageMagick) but the output quality is not good. Since these graphics will be use for other users they must have a better image quality. I really appreciate any help, -- Abraço, Nilza Barros [[alternative HTML version deleted]]
2012 Feb 12
2
Reading data from a worksheet on the Internet
...will demand many work and it can be not so accurate. Below one can see the from where I am trying to export the data: dados<-url(" http://www.mar.mil.br/dhn/chm/meteo/prev/dados/pnboia/sc1201_arquivos/sheet002.htm","r ") I am looking forward any help. Thanks in advance , Nilza Barros [[alternative HTML version deleted]]
2010 Feb 10
2
manipulate missing dates in a graphics a vector
...26.8 2009-12-03 27.9 2009-12-04 25.6 2009-12-05 20.8 2009-12-08 20.8 I will need a result like this one 2009-12-01 26.8 2009-12-02 NA 2009-12-03 27.9 2009-12-04 25.6 2009-12-05 20.8 2009-12-06 NA 2009-12-07 NA 2009-12-08 20.8 Bye and Best Regards Nilza Barros [[alternative HTML version deleted]]
2010 Oct 03
2
Read file
...2.1 296.4 290.4 32 850.0 1497 175 3.6 290.8 288.4 32 700.0 3140 295 9.8 282.9 278.6 32 500.0 5840 285 23.7 267.1 232.1 32 400.0 7550 255 35.5 255.4 231.4 32 300.0 9640 265 37.0 242.2 216.2 32 Best Regards, -- Abraço, Nilza Barros [[alternative HTML version deleted]]
2010 Oct 13
2
Rmysql - dbWritetable
...-9999.0 7 00617 2010 10 09 23 20 -18.43 -23.09 -9999 1023 -9999 -9999.0 -9999.0 -9999.0 8 00707 2010 10 10 00 00 -34.03 -37.62 -9999 1025 -9999 -9999.0 -9999.0 -9999.0 9 00707 2010 10 10 01 00 -34.03 -37.62 -9999 1025 -9999 -9999.0 -9999.0 -9999.0 *> length(xx) [1] 1 * -- Abraço, Nilza Barros [[alternative HTML version deleted]]
2011 May 09
2
Using NULL to my data?
...he command below to pick up the rows and columns with NA but I don't know how to fill the original data : which(is.na(Alldados),arr.ind=TRUE) But I don't know how to replace each NA with NULL. I tried using as.null but NA is not replace at all. I hope someone could help me. Best Wishes, Nilza Barros [[alternative HTML version deleted]]
2011 May 16
2
File to MYSQL
...,15.7,912.8,836920)" So I need a file like below: INSERT INTO OBS (date,TMAX_2M,TMIN_2M,TD_2M,PS,Station_NO) VALUES (2011051312, NULL, 20.6,19.4,1014.8,836490) INSERT INTO OBS (date,TMAX_2M,TMIN_2M,TD_2M,PS,Station_NO) VALUES (2011051312, NULL, 15.5,15.7,912.8,836920) Thanks in advance, Nilza Barros [[alternative HTML version deleted]]
2010 Dec 18
0
R-sig-DB Digest, Vol 74, Issue 2
Hi, Your mistake is related with "read.table(n)". I haven`t got what you want but I put an example below (where I used loop to read many files). Hope it helps. Anyway, I thougth should have sent your question to <r-help@r-project.org>. Bye Nilza =====example ==================== nomesout <- dir(dat.dir,pattern="^[s]") #obtem no diretorio de atual todos arquivo iniciado com a letra s OUT <- read.table(paste(dat.dir,nomesout[1] ,sep = ""),header = FALSE, sep = ",", na.strings = c("/","///...
2010 Mar 17
0
In readGDAL(destfile, silent = TRUE) : GeoTransform values not available
...] "#000000" "#0044DF" "#004EF4" "#0052FF" ... ..- attr(*, "type")= chr "rgb" NULL [1] -204.0063 204.0063 [1] -246.9831 247.0129 Warning message: *In readGDAL(destfile, silent = TRUE) : GeoTransform values not available *> Abraço, Nilza Barros [[alternative HTML version deleted]]
2010 Mar 19
1
error in map library
Dear Ruser, > > > I am trying to use the map library. But unfortunately I am facing the > warning message above: > Warning message: > *In readGDAL(destfile, silent = TRUE) : GeoTransform values not available > * I want to use that library because I intend to plot some station in a Brazilian map. I really appreciate any help. > > ===here what I was testing========