search for: bhupendrasinh

Displaying 20 results from an estimated 24 matches for "bhupendrasinh".

2012 Sep 28
3
Simple Question
...bitops_1.0-4.1 tm_0.5-7.1 RMySQL_0.9-3 DBI_0.2-5 loaded via a namespace (and not attached): [1] slam_0.1-24 tools_2.15.1 Statement I tried : b <- unclass(Sys.time()) b = 1348812597 c_b <- rnorm(1,2,1) Works perfect but doesn't show me c_1348812597. Best Regards, Bhupendrasinh Thakre [[alternative HTML version deleted]]
2012 Sep 24
2
Latitude Longitude to SPDF
...ta frame which have Latitude and Longitude information and wanted to convert it in SPDF for making maps. Please help me to find suitable package or function to convert it. Or if I am missing something. I am really sorry but have very less experience when dealing with Spatial Data. Best Regards, Bhupendrasinh Thakre *Disclaimer :* The information contained in this communication is confi...{{dropped:11}}
2012 Sep 23
2
If Command in Plot
...e (and not attached): [1] RCurl_1.91-1 grid_2.15.1 tools_2.15.1 twitteR_0.99.19 It's very simple but I am not able to plot it with following commands for (i in 1:9) {ifelse(z1$e[[i]] > 0 , plot(z1$x,z1$y),plot(z1$x,z1$e))} Or ifelse(z1$e > 0,plot(z1$x,z1$y),plot(z1$x,z1$e)) Bhupendrasinh Thakre [[alternative HTML version deleted]]
2013 Jun 10
1
Sending Email with Attachment
...in socketConnection(host = server, port = port, blocking = TRUE) : cannot open the connection In addition: Warning message: In socketConnection(host = server, port = port, blocking = TRUE) : localhost:25 cannot be opened Please let me know if we have some solution for this. Best Regards, Bhupendrasinh Thakre [[alternative HTML version deleted]]
2012 Oct 02
1
Ifelse Execution
...ric is as I have a list of time at which I wanted to run the command. Something like 1349142243 1349138667 Question. 1. The query is running before the time reaches in both R-Studio and R-Terminal in Mac based System. 2. Sys.sleep () is ineffective in putting R on sleep till the time comes. Bhupendrasinh Thakre [[alternative HTML version deleted]]
2012 Oct 09
1
General question
...so I am thinking to install it in my home directory. I have three questions in this regard. 1. Is it possible. 2. Is it safe for me and my company data. 3. How can I do that. Please help me to solve this questions and thanking you in advance for the helpful comments and guidance. Best Regards, Bhupendrasinh Thakre Sent from my iPhone
2012 Sep 18
1
Simple String Operation.
...think of. 1. gsub("@$","",string) or gsub("@\\","",string) 2. regex Please provide me some guidance. Since* words after @ may have different length so need some flexible solution*. Also sorry don't know how to put it in dput(). Best Regards, Bhupendrasinh Thakre *Disclaimer :* The information contained in this communication is confi...{{dropped:11}}
2012 Sep 19
2
Data Frame (Very Simple Problem)
...States.1252 [4] LC_NUMERIC=C [5] LC_TIME=English_United States.1252 attached base packages: [1] stats graphics grDevices datasets utils [6] methods base other attached packages: [1] rcom_2.2-5 rscproxy_2.0-5 loaded via a namespace (and not attached): [1] tools_2.15.1 Best Regards, Bhupendrasinh Thakre *Disclaimer :* The information contained in this communication is confi...{{dropped:11}}
2012 Sep 11
1
Animation Problem
...7.3-18 [7] memoise_0.1 munsell_0.3 plyr_1.7.1 [10] proto_0.3-9.2 RColorBrewer_1.0-5 reshape2_1.2.1 [13] RGtk2_2.20.25 scales_0.2.1 stringr_0.6.1 [16] tools_2.15.1 Can some one help me to find the problem. The plot is coming but not the animation. Best Regards, Bhupendrasinh Thakre *Disclaimer :* The information contained in this communication is confi...{{dropped:11}}
2012 Oct 14
3
Pivot Table "like" structure
..."GGGG"), class = "factor"), x = c(2L, 3L, 1L, 2L)), .Names = c("Group.1", "x"), row.names = c(NA, -4L), class = "data.frame") Code which I tried to use with not best results: aggregate(State, list(Char2), FUN="count") Best Regards, Bhupendrasinh Thakre [[alternative HTML version deleted]]
2010 Sep 26
4
How to update an old unsupported package
Hi all, I have a package that is specific to a task I was repetitively using a few years ago. I now needed to run it again with new data. However I am told it was built with an older version or R and will not work. How can I tweak the package so it will run on 11.1? It was a one-off product and has not been maintained. Is there a way to "unpackage" it and repackage it to work? I
2012 Aug 14
1
twitteR location?
Hi all, Is it possible to get the latitude and longitude of the location of a tweet? If I do tweets<- searchTwitter("#obama", n=200) #get tweets df <- twListToDF(tweets) #converts to data frame for ease of viewing it does not seem to be getting the location of where that tweet was posted. >From what I read from the twitter API this is possible?
2012 Sep 11
1
help in running r query in pre defined time intervals
Hi Team, I am not sure how to run some r queries in continuos time interval for say in each 30 minutes. Will be very grateful if some one can give me some heads up in good direction. Unfortunately I dont have any query written or data which I can share and I know most of the respected people will not like it but it's kind of a thought which is perturbing me from some days. Thanks in
2012 Sep 14
1
Plotting DMAs (Direct Marketing Areas)
Hey useRs! Do any of you guys know how to plot DMAs within R (preferrably within the maps() package)? I haven't been able to find any resources on this, but I apologize if this is a dumb question and I'm overlooking the obvious answer. Thanks for your help! Josh [[alternative HTML version deleted]]
2012 Sep 21
2
reading mzxml files
Hi Everyone, So I've been working a little with mzxml files generated from proteomics data. The current packages available to read these are not sufficient for what I am doing and I would like to build my own. The trouble I am having is how do I read in an mzxml file without the available packages (like reading in a table). I've been searching through Google for a couple of days and am
2012 Sep 22
1
Creating multiple maps so points don't overlap
Hello, I am working within package 'maptools' to plot a number of collared animal locations by reading in shapefiles of locations, roads, hydrology, and landownership as imported layers. The trouble I have is that some individual locations are overlapping and I would like to "zoom" into or create new plots for overlapping points/points that are too close together. I will be
2012 Oct 12
1
problem in downloading RMySQL pkg
when i am installing Rmysql packages i get error like Warning in install.packages : package ?RMySQL? is not available (for R version 2.15.0) which is earliest version should i used ?how should i know the specific version -- View this message in context: http://r.789695.n4.nabble.com/problem-in-downloading-RMySQL-pkg-tp4645967.html Sent from the R help mailing list archive at Nabble.com.
2012 Oct 25
1
cut point in ROC
var1 var2 var3 var4 var5 var6 var7 var8 var9 var10 gold 2 3 1 2 4 0 1 4 4 3 2 2 4 2 4 3 4 2 4 4 4 2 3 3 0 0 4 1 0 2 4 4 2 1 4 0 3 2 0 0 2 4 4 2 3 4 0 2 2 0 0 0 3 4 2 2 2 3 2 2 0 0 0 2 4 2 2 4 1 1 2 0 0 3 3 3 2 3 4 1 4 0 0 0 0 3 4 2 3 1 0 2 2 1 0 2 3 3 2 0 3 1 1 1 1 2 1 2 3 2 1
2012 Oct 03
3
"options" in R
Dear Rxperts, Was wondering if there is any function in R similar to options("time.zone"): found in S-Plus that can help in looking at the default timezone settings.. Thanks much, Santosh [ [[alternative HTML version deleted]]
2012 Aug 23
2
elevation map with R
I would like to plot a map of, say, California, showing the elevation areas. I am sure there must be a source where I can find the dataset for the elevation and maybe there's an implementation in R that allows me to map it. Any ideas would be highly appreciated. -- View this message in context: http://r.789695.n4.nabble.com/elevation-map-with-R-tp4641116.html Sent from the R help mailing