search for: balise

Displaying 6 results from an estimated 6 matches for "balise".

Did you mean: alise
2007 Aug 30
4
How to measure mode (central tendancy)
What is the name of the function to give me the mode (central tendancy) of a numeric variable that can be negative? [[alternative HTML version deleted]]
2008 Dec 09
3
How can I draw bars
I need to make a graphic to show problems on different parts of chromosomes (think of a graphic showing the number of frayed threads as colors along different parts of a worn out rope). I want to draw bars going from left to right across a page and color different parts of the bars in different shades. Each graphic will need to have several bars of different lenghts corresponding to the
2006 Jul 06
1
problem with rdocdir option when installing R2.3.1
...ing commands : > ./configure --prefix=/somewhere/stats rdocdir=/elsewhere/html > make > make install It works well since documentation files are located in in /elsewhere/html but when I use the html browser to compulse the documentation, the links doesn't work. In fact, all HREF balise are like "<a href="../../library/package/...">" but the library directory is not installed to "../../library" it is installed to "/somewhere/stats/R-2.3.1/library". Is there a parameter that I've missed ? Thank you for your help Christine
2008 Jun 15
2
Add a class attribut into a form_tag
Hi, do you know how to add into this balise a class attribut: <% form_tag :action => ''search'' do -%> in order to do this in HTML: <form action="/people/search" method="post" class="foo"> I had try to use the official documentation (http://api.rubyonrails.com/classes/Actio...
2007 Sep 11
6
xyplot question
I have the code below and it works fine if I print the xyplot but if I take the print out, then I just get a blank pdf. The same holds if I just send the plot to the console without the print ( I get nothing ). My question is whether this is always the case with xyplot or is there something wrong with my settings ? I am on linux ( redhat ) and using R.2.5.0. Thanks. load("stocks.dat")
2007 Jan 01
1
Types of objects?
Is there a list of object types used by R? Is there a function that I can use to tell the type of an object? Thanks a bunch, Ray [[alternative HTML version deleted]]