Displaying 7 results from an estimated 7 matches for "binney".
Did you mean:
finney
2003 Feb 25
1
Re: A tcltk question
...I am trying to create a light-weight window with no border and title bar. The
following code does not work for me.
base <- tktoplevel()
tkwm.overrideredirect(base, TRUE) (or FALSE)
Could someone help me out? Thanks.
Jianhua Zhang
Department of Biostatistics
Dana-Farber Cancer Institute
44 Binney Street
Boston, MA 02115-6084
2005 Aug 11
1
tcltk programming guide
Dear List,
I'm looking for some documentation about the R tcltk package
The one I found in the help doesn't look exaustive, I need
information on the use of the single tk widget, maybe with some examples
thank you,
simone gabbriellini
2007 Aug 16
1
use AnnBuilderSourceUrls with local path insted of ftp adress
Hallo everybody.
I want to build my own GO package using the function GOPkgBuilder of AnnBuilder. It uses AnnBuilderSourceUrls to collect data from different ftp sites. These data are not complete for my organism, so I would like to change the ftp adresses to a local one. The changing itself is working but when I run the script I get the following Error:
Error in
2003 Mar 06
1
tkexit
Sorry, my question is if exists a command tkexit in R, i need a command how
exit of tcl for close an aplication. How to use him. Thank
2003 Feb 11
3
Tcl/Tk support is not available on this system.
I am trying to get R to run on a Red Hat 8 system, I am running R version
1.6.2 with Tcl/Tk version 8.3.5 installed. When I try to test R from the
data_sets directory I get the error message;
Error in firstlib(which.lib.loc, package) :
Tcl/Tk support is not available on this system
Error in fileBrowser(textToShow = "Choose one CDF file" , nSelect = 1, :
tcl/tk library not available
2003 Jul 08
7
rbind question
Hi
I am trying to replicate a vector in n rows for comparison purposes with
another matrix.
foo <- c(1,2,3)
bar <- rbind(foo,foo) # does the trick for 2 rows
bar <- rbind(rep(foo,2)) # does something else
How do I generate a matrix with all rows=foo without writing 'foo' n times as
arg?
Thanks,
David
2003 Aug 13
7
Regexpr with "."
I'm trying to use the regexpr function to locate the decimal in a character
string. Regardless of the position of the decimal, the function returns 1.
For example,
> regexpr(".", "Female.Alabama")
[1] 1
attr(,"match.length")
[1] 1
In trying to figure out what was going on here, I tried the below command:
> gsub(".", ",",