Displaying 10 results from an estimated 10 matches for "30x30".
Did you mean:
0x30
2007 Oct 16
1
Adding axis lines to splom plots
Hi,
I am trying to produce a 30x30 lattice grid. The 30 variables naturally
fall into three groups of ten and I would like to add thicker axis lines
around these to highlight this. However, I can only do this separately,
so far, and I don't know how to superimpose the grid with the thicker
lines (separating the 10x10 group...
2005 Sep 05
3
help
...0.34482759 0.37931034
[13] 0.41379310 0.44827586 0.48275862 0.51724138 0.55172414 0.58620690
[19] 0.62068966 0.65517241 0.68965517 0.72413793 0.75862069 0.79310345
[25] 0.82758621 0.86206897 0.89655172 0.93103448 0.96551724 1.00000000
> f=function(x,y){cp=max(x+y-1,0)}
> z=outer(u,v,f)
z is a 30x30 matrix which is fine, but why all its entries are equal to
1? for example, the maximum between u[22]+v[22]-1 and 0 is not 1?? I
don't really know where I went wrong!
thanks,
Dominique
2005 Dec 28
2
has_images
...I''m doing right now.
How I''m seeing it, it would act just like any other association. All
that would go into the model itself would be something like:
has_images :type => ''jpg'', :labels => {:small => ''10x10'', :medium =>
''30x30'', :not_quite_large => ''40x40''}, :directory => ''''
:type would default to png
:labels would be totally arbitrary, you could set as many or as few as
you wished. none would leave the file alone and just drop it into the
directory
:directory is opti...
2005 Dec 09
2
Matrix Problem
Hello R-Users,
I have to invert a matrix 3000X3000 and the solve method doesn't work or it is too slow.
Are there any methods to invert a big matrix?
Regards
Stefan
---------------------------------
[[alternative HTML version deleted]]
2007 Dec 02
0
attachment_fu doesn't generate thumbnails on windows
...ype => :image,
:storage => :file_system,
:processor => ''Rmagick'',
:max_size => 6.megabytes,
:resize_to => ''100x100>'',
:thumbnails => { :thumb => ''30x30>'', :tiny => ''10x10>''
}
validates_as_attachment
end
Is there something I''m missing here?
Cheers
Shaun
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscri...
2007 Dec 29
1
url_for_file_column not works
...s ,:through => :forum_topic
attr_accessible :site,:descriptionm,:image
file_column :image,:magick=>{
:geometry=>''600x600>'',:attributes => { :quality => 60 },
:versions => {
:thumb => {:crop => "1:1", :geometry =>"30x30",:attributes => {
:quality => 50 } },
:thumb_big=>{:crop => "1:1", :geometry =>"62x62",:attributes =>
{ :quality => 50 } }
}
}
}
How i can do?
Thanks
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-----...
2001 Jun 12
1
cophenetic matrix
...ogy, 1998.
I've made a (tricky) function to compute this cophenetic matrix. But now
I need some help to evaluate my function with your data. Because for
little matrix (as Legendre's example), I found the same cophenetic
correlation as Matlab do (direct calculation) but for bigger matrix
(30x30) my results differ!!
Maybe my function is wrong?
To use my function you need to have the sm library.
Thanks
Olivier Houix
--
Olivier Houix <houix at ircam.fr> tel: 01 44 78 15 51
Equipe Perception et Cognition Musicales http://www.ircam.fr/
IRCAM 1 place Igor Stravi...
2010 Oct 06
1
R getting slower until it breaks...
...ply(cbind(newValues,1:length(newImgName)),1,make.tiff,Type,imgRaster,nom=newImgName)
setwd(lastWD)
}
###########################
## Executing fonctions:
#############################
### loader les donn?es brutes de fen?tres
fichier.fenetre.brute<-read.dbf("U:\\kNN_Valcartier\\Fen?tres 30x30 1 octobre\\168700_30m_centroid.dbf", header=T)
### S?lectionner les fen?tres compl?tes
fenetre.complete<-round(fichier.fenetre.brute[[1]][,2],1)==900
### Sortir les centroides pour extraction
centro.tout.900<-fichier.fenetre.brute[[1]][fenetre.complete,c(1,5,6)]
#rm(fichier.fenetre.br...
2008 May 15
9
Squeegy Fleximage Routing
Hello people,
I''m using squeegy fleximage for my site right now and having some
difficulty to achieve some things. Updates photos are saved in created
at date generated fom like : '' /images/2008/05/14/22.png '' . However
this route is not accessible through the browser and I don''t know how
to add it in my routes.rb knowing that the dates will change everyday.
2009 Feb 16
24
como consultar en oracle
holaa todos ante todo un cordial saludo alguien que me pueda ayudar.
se plantea lo siguiente necesito mostrar 2 campos de una tabla los
cuales son mtin_mtin,mtin_descri de una tabla llamada re_tmtinv de esos
dos campos se necesita obtener el codigo y la descripcion,y luego ser
mostrado para despues ser agregados a un formulario.
el problema que tengo es que ya tengo la vista pero esta en blanco