[R] Manual to learn TCL - TK

2008-09-19 Thread ermimi
Hello! Anybody knows any manual to learn TCL - TK? I need it to finish my finsish projet. Thank you for your answer -- View this message in context: http://www.nabble.com/Manual-to-learn-TCL---TK-tp19579869p19579869.html Sent from the R help mailing list archive at Nabble.com.

[R] Position WINDOWS TKTOPLEVEL

2008-09-19 Thread ermimi
Hello friends!!! I´m spanish student, I am finishing the finish project in computer science. I am creating a R package about CircularStatistics, In october i will upload it to CRAN. I need to resolve one problem. I need to put a windows created with tktoplevel into screen center. How I could put

Re: [R] Interpolation Function f(y)

2008-09-04 Thread ermimi
Thank you very much, You have helped me to resolve the problem. Thank you!! A greetings, Luismi Henrique Dallazuanna wrote: > > I think that you can use the splinefun function: > > f <- splinefun(x, y) > > f(15) > > On Thu, Sep 4, 2008 at 1:52 PM, ermim

[R] Interpolation Function f(y)

2008-09-04 Thread ermimi
Hello friends!!! I have a list of values called y. The list is y=c(221.0, 212.0, 206.0, 202.7, 198.4, 195.1, 192.2, 189.7, 187.6, 185.8); y is f(x) and x=c(10,20,30,40,50,60,70,80,90,100). I only have x and y. I don´t know f(x). I would like interpolate f(x) to obtain other values as f(15), f(2

[R] Help to Text Windoes in Menu with TCL-TK

2008-07-26 Thread ermimi
Hello Friends!! I need a little help in a Text Windows in my Menu in TCL-TK. I have created a Text Windows with this sentences: require(tcltk) tt <- tktoplevel() txt <- tktext(tt,bg="white",font="courier") tkgrid(txt) tkinsert(txt,"end","Hello, world!")

Re: [R] Draw Polygon with a Circular Side

2008-05-20 Thread ermimi
radians=(grades/180*pi); return(radians); } Thank you very much Jim A Greetings Luismi Jim Lemon-2 wrote: > > ermimi wrote: >> Hello Friends!!! >> >> I would want draw a circular histogram, and I would like draw a polygon >> with >> a circular

[R] Draw Polygon with a Circular Side

2008-05-19 Thread ermimi
Hello Friends!!! I would want draw a circular histogram, and I would like draw a polygon with a circular side. This is easy if I use the functions polygon and arc, but I want that the polygon with a circular side have background colour. The polygon created with function polygon can have backgroun

Re: [R] Help to Draw Plot

2008-05-15 Thread ermimi
Thank you very much for your help Don MacQueen Don MacQueen wrote: > > > At 1:24 PM -0700 5/14/08, ermimi wrote: >>Patrick and Blay Thank you very much for help me, I have drawn in blue the >>axis >>Blay the solution that you give me for start in (-10,-10) an

Re: [R] Help to Draw Plot

2008-05-14 Thread ermimi
range and the axis. Patrick Connolly-4 wrote: > > On Wed, 14-May-2008 at 09:12AM -0700, ermimi wrote: > > |> > |> Hello friends!! > |> > |> I have two questions, and I would like that you could answer me!!! > |> > |> I have created a plot as

[R] Help to Draw Plot

2008-05-14 Thread ermimi
Hello friends!! I have two questions, and I would like that you could answer me!!! I have created a plot as plot(range(10,-10),range(10,-10),col="blue",col.axis="blue",col.lab="blue",col.main="blue",col.sub="blue"); 1º) I want that the square of plot and the lines that indicates the value

[R] Aling elmentos into Windows with TK

2008-05-07 Thread ermimi
Hello!! I would like create a window that has diferent element as: http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/checkboxes.html http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/radiobuttons.html I know as make it, but I don´t know as I could (align the diferent elemnts to left, righ

Re: [R] Re ad From EXCEL

2008-04-20 Thread ermimi
functions. > > RExcel (and related software) has its own website at > http://rcom.univie.ac.at. It also has its own mailing list > which can be reached through this website. > > > ermimi wrote: >> Hello!!! >> >> I have been read a much about as read da

[R] Re ad From EXCEL

2008-04-19 Thread ermimi
Hello!!! I have been read a much about as read data from Excel File, but I haven´t found the necesary information to read the data. Now, I can create a channel : channel <- odbcConnectExcel("file.xls") but I don´t know as read the data?? I hope that you could help me. Thank you very much. -- V

Re: [R] Draw Circles

2008-03-23 Thread ermimi
hope that you understand me... sorry if you don´t understand me, but I´m spanish, and I don´t express very well in english. Thank you ermimi wrote: > > Thank you very much for the help!!! > > Felix Andrews wrote: >> >> help.search("circle") >> >&g

Re: [R] Draw Circles

2008-03-23 Thread ermimi
ndieck > <[EMAIL PROTECTED]> wrote: >> Look at draw.circle and draw.arc in the plotrix package. >> >> On Sat, Mar 22, 2008 at 5:40 PM, ermimi <[EMAIL PROTECTED]> wrote: >> > >> > Hello!!! >> > >> > I would want to draw a circle b

[R] Draw Circles

2008-03-22 Thread ermimi
Hello!!! I would want to draw a circle but I don´t want use the function symbol(..). Do anybody know other function that allow me draw a circle? Thank you very much, Greetings Luismi -- View this message in context: http://www.nabble.com/Draw-Circles-tp16227640p16227640.html Sent from the R he

[R] Radio Buttons or similars

2008-03-19 Thread ermimi
Hello companions!!! I have a function that creates a Radio Buttons, and I need that this function return the selected value in the Radio Buttons. I would like that, if somebody know as I could return the value, you say me as do it. Next, I show the function function1<-function(){ requ

Re: [R] MENU TCL-TK

2008-03-18 Thread ermimi
My doubts were resolved, thank you Gabor ermimi wrote: > > Hello! > > I need help in a menu in TCL-TK. I have 3 functions, one function > (function1) that sum 2 numbers and return the result. Other > function(function2) that print a number. And the other (funct

[R] MENU TCL-TK

2008-03-18 Thread ermimi
Hello! I need help in a menu in TCL-TK. I have 3 functions, one function (function1) that sum 2 numbers and return the result. Other function(function2) that print a number. And the other (function3), is a menu that has several options. I need use the result that returns the option that calls to

[R] SORT MATRIX

2008-03-10 Thread ermimi
I have a matrix with 2 columns and n row. I need sort the matrix by the first column but the second row must be sort in the same order that the first column. Somebody know how I can sort this matrix. Thanks very much -- View this message in context: http://www.nabble.com/SORT-MATRIX-tp15955823p1

[R] CREATE INTERFACE TO SELECT DIFERENT OPTIONS

2008-03-06 Thread ermimi
Hello, I´m spanish student, and I´m making the finish project of computer science. I´m working in R and I need create a Interface which allow me select diferents execution options (similar to a menu). Is posible to create this menu,or interface, with R? or I have create this interface with other l