Displaying 3 results from an estimated 3 matches for "gridid".
Did you mean:
gridd
2006 Apr 26
12
RE: how to use Effect.BlindUp for resizing a div
...e a div to half the size that it was and would like
> to
> use the BlindUp transition. I think that I need the scaleTo parameter
> from
> the docs: http://wiki.script.aculo.us/scriptaculous/show/Effect.BlindDown
> But this doesn''t exactly work.
>
> new Effect.BlindUp(gridId, {scaleTo: 50});
>
> What happens is that the div does the blind up transition until it is half
> the original size then it disappears. Is there any way I can not make the
> div disappear? Thanks for your help.
>
> Joe
>
>
>
> ___________________________________...
2009 Jun 29
0
Naive knn question
...ata = read.csv(comm.data.file,as.is=T); rownames(comm.data) =
comm.data[,1]
comm.dist = dist(comm.data[-1])
#define the fish community clusters
clust.data = pam(comm.dist, 6, diss = TRUE, keep.diss = TRUE)
#plot(clust.data)
#print(clust.data)
#define the community groupings
comm.groups =
data.frame(GridID=names(clust.data$clustering),Class=clust.data$clustering)
write.matrix(comm.dist, file = "train.dist.csv", sep = ",")
Then
#bring in the validation species data set
comm.data2 = read.csv(comm.data.file2); rownames(comm.data2) =
comm.data2[,1] #define the row names as the site i...
2006 Apr 25
12
RE: Element.scrollTo duration isn''t working
I thought the duration parameter was only used with Effect functions,
but I could be wrong.
Greg
> -----Original Message-----
> From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
[mailto:rails-spinoffs-
> bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Joe Hudson
> Sent: Tuesday, April 25, 2006 8:37 AM
> To: