search for: risto

Displaying 4 results from an estimated 4 matches for "risto".

Did you mean: ristow
2008 Feb 11
1
Dendrogram for agglomerative hierarchical clustering result
...141 1 26 42.593141 4 6 42.593141 123 124 42.593141 4 113 74.244206 1 123 74.244206 4 133 74.244206 1 36 So far I have used C to generate a bitmap output but I would like to use the computed result as an input for R to just draw the dendrogram. As I'm new to R any help is appreciated. Thanks, Risto
2006 Oct 26
0
scp and character encoding in file names
...m Linux (ISO 8859-15) to OS X (UTF-8). So I made a patch for scp that adds two option flags: -I: local side uses UTF-8 and remote side uses ISO 8859-15 -U: local side uses ISO 8859-15 and remote side uses UTF-8 and converts the filenames on-the-fly. Maybe it would be useful for others, as well. Risto Suominen ps. The patch seems to work with openssh-4.4p1, too.
2008 Feb 11
0
Testing for differecnes between groups, need help to find the right test in R. (Kes Knave)
...2:28 +0000 From: Robin Hankin <r.hankin at noc.soton.ac.uk> Subject: Re: [R] learning S4 To: cgenolin at u-paris10.fr Cc: r-help at r-project.org Message-ID: <1A5ED531-1210-42EA-B153-2979FDE38E82 at noc.soton.ac.uk> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Christophe you might find the Brobdingnag package on CRAN helpful here. I wrote the package partly to teach myself S4; it includes a vignette that builds the various S4 components from scratch, in a step-by-step annotated "cookbook". HTH rksh On 8 Feb 2008, at 15:30, cgenolin at u-par...
2006 Mar 08
0
render_to_string() in a controller that isn''t default route?
Is it possible to call render_to_string() in a controller that is not set as the default route? The content controller is set in routes.rb: map.connect '''', :controller => "content". The content controller is calling a template controller, and I would like to be able to call render_to_string() within the template controller, however I receive the error: