Displaying 4 results from an estimated 4 matches for "25x25".
Did you mean:
2525
2005 Nov 14
1
Snap to grid for Draggables
Heya,
Following an idea from Saimon (http://dev.rubyonrails.org/ticket/
2826) and
Borlum (http://dev.rubyonrails.org/ticket/2583) and possibly others,
script.aculo.us Draggables now sport a new "snap" option that works
like this:
snap:25
snap to a 25x25 grid (0,0 is at the elements 0,0 coordinate)
snap:[10,25]
same as above but with different x/y grid size
snap:function(x,y) { return [x,y] }
do-it-yourself grid implementation
The latter can also be used for stuff like constraints, for example:
snap: function(x,y) {
return[
x<...
2006 Mar 04
5
Remove "gray grid" from levelplot
Hi,
If I use the levelplot function of the lattice library, I always see
small "squares" in the plot. They indicate the region for which the
same color is used. If you have a levelplot of a function which is
evaluated at 25x25 equally-spaced points you obtain 26 squares in x
and 26 squares in y direction. That does not bother too much (but
still bothers somehow...), but if you want to plot a function which
is evaluated at 1000x1000 equally-spaced points, then the "thickness"
of this gray grid cause the...
2012 May 09
12
Matrix heatmap
I would like to organize my data as follows:
I have a table that contains various data, and the numbers represent a level
of similarity between these data,
eg RF00013 has 100% similarity with the data RF00014.
I would leave my table as a heatmap where darker colors represent higher
similarity, and the lighter colors represent less level of similarity.
I'm using version 2.11 of R.
these
2001 Apr 28
2
Mantel's randomization test
Dear all,
Dose anyone know whether there is a good R packege or
program for Mantel's randomization test?
Thanks in advance.
------------------------
Takashi Mizuno
zoono at sci.osaka-cu.ac.jp
Plant Ecology Lab.
Osaka City University
------------------------
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read