search for: sarthi

Displaying 13 results from an estimated 13 matches for "sarthi".

Did you mean: sarathi
2007 Mar 13
2
gtk button: how to create signal handler?
...tk2) win <- gtkWindowNew(type = NULL, show = TRUE) butt <- gtkButtonNewWithLabel("Submit", show = TRUE) win$Add(butt) Now I want to do something when my button is clicked. How can I grab the "clicked" signal and define actions against it? Thanks in advance. -- Regards Sarthi M. [[alternative HTML version deleted]]
2007 Mar 05
4
plot(): I want to display dates on X-axis.
...60107 [8,] 307 20060108 .... .... the command I am performing is:: plot(x=dat[1], y=as.character(dat[2])) Kindly suggest some method by which I can perform my task of displaying the first column values on y-axis against dates on x-axis. -- Thanks & Regards Sarthi M. [[alternative HTML version deleted]]
2007 Apr 19
2
Accessing R applications from Web
...input parameters on web interface. 2) Based on the input values, R will do some computations. 3) Project the numerical results as well as plots as html page to the user on web. Kindly tell me which package can help me in doing this. Your help would be highly appreciated. -- Thanks & Regards Sarthi M. [[alternative HTML version deleted]]
2007 Feb 21
2
Splom plot:how to plot with different symbols?
...columns = splomLoop, points = list(pch = c(1:splomLoop), #this will display different symbols in legend but not in actual graph col = rainbow(splomLoop, s=1, v=1), text = trim(as.character(ProgramNameList[1:splomLoop,1]))))) Kindly help. Thanks & Regards Sarthi M. [[alternative HTML version deleted]]
2007 Mar 22
2
R difftime function: How can we fix the difftime unit?
...mins where x = '2007-03-05 08:32:58' y = '2007-03-05 06:31:07' and z = '2007-03-05 08:02:37' How can I get answer something like for (x-y) Time difference of 121.8432 mins and for (x-z) Time difference of 30.34672 mins Kindly help. -- Thanks & Regards Sarthi M. [[alternative HTML version deleted]]
2007 May 16
2
Running R function as a Batch process
...his function using command R CMD BATCH. Currently I am trying to do like this -> R CMD BATCH c:/tt/CinC.r c:/tt/h.Rout -"20070416 08:41" -"20070416 10:33" What is wrong/incorrect with it? Your suggestions are important to me. Kindly reply. Thanks in advance. Regards Divya Sarthi [[alternative HTML version deleted]]
2007 Jul 18
3
How to open an URL using RGtk2
...PanedSetPosition(fihor, 100) gtkWindowSetTitle(messwin, "Result Link") gtkWindowResize(messwin, 380, 60) messwin$Add(fihor) I am confused how to make this link workable on click? Your replies/suggestions are important to me. Please suggest solution. Thanks in advance. Divya Sarthi [[alternative HTML version deleted]]
2007 Mar 23
1
Creating new directory/folder from R script on run time.
...ult", strptime(Sys.time(),"%Y-%m-%d"), ".pdf", sep="") pdf(file = fname, width = 13, height = 6) --- --- blah blah --- --- dev.off() Can I, in any manner, create the "tt" folder from R script itself on runtime? -- Thanks and Regards Sarthi M. [[alternative HTML version deleted]]
2007 Mar 01
1
R (Input from Keyboard): How do I remove error?
...my script in two parts: First part: : : cat("\n","Enter value:: ","\n") y<-scan(n=1) and second part: a <- b*y cat("\n","Enter new value::","\n") y<-scan(n=1) : : Any help will be greatly appreciated. -- Thanks & Regards Sarthi M. [[alternative HTML version deleted]]
2007 Feb 14
2
Is this a correct forum to discuss basic R problem?
Hi Sorry if this is a wrong post in the forum. Please suggest if this is a correct forum to discuss R related basic problem. I wanted to perform the following task by using R: e.g. input data.frame x y ============ a 10 b 20 a 10 a 10 b 15 b 15 b 20 In o/p i need x
2007 Mar 12
0
Any support for RRD graphs/tools in R?
Hi I am working in windows and using R-2.4.0. Is there any method which can help me to generate RRD graphs from R? -- Thanks & Regards Sarthi M. [[alternative HTML version deleted]]
2007 May 18
1
penalized maximum likelihood estimator
...elp digest..." > > > Today's Topics: > > 1. Re: use mathematics formula (hadley wickham) > 2. creating different strata (raymond chiruka) > 3. converting a data frame to ts objects (fatih > ozgul) > 4. Running R function as a Batch process (d. > sarthi maheshwari) > 5. Re: creating different strata (raymond > chiruka) > 6. Re: Filled step-function? (Beate Kowalczyk) > 7. Re: creating different strata (Petr > Klasterecky) > 8. Re: use mathematics formula (John Kane) > 9. Re: Running R function as a Batch process...
2007 Sep 12
0
: Error on tomcat...
Hi, I am using TOMCAT 6.0.14 on Solaris 10 i86. I wrote a perl script which is running a cgi on tomcat, from there i am taking input value's and using the following way to create a graph using R and accessing that graph to attach it on webpage: .... .... my $to_run = "/usr/local/bin/R --vanilla --slave --args $selected_host $graph_start $graph_end < ..\/..\/..\/page\/R\/" .