Displaying 2 results from an estimated 2 matches for "dimmy".
Did you mean:
dimm
2008 Sep 10
1
Return dimension index from array with n-dimensions
...unction in a
R-packages.
Kind regards,
Niels Hintzen
#Example:
a <- array(100:1,dim=c(5,4,5))
which(a == 7)
nindex(a,7)
nindex<-function(array.,index.){
dims <- dim(array.)
ldim <- length(dim(array.))
dimmy <- matrix(NA,ncol=length(index.),nrow=ldim)
remain <- matrix(NA,ncol=length(index.),nrow=ldim)
remain[1,] <- index.
for(i in 1:(length(dims)-1)){
dimmy[i,] <-
ceiling(remain[i,]/(prod(dims[1:(ldim-i)])))
dimmy...
2003 May 01
1
Please advise
I get the following message when trying to configure on Solaris 2.6 box will samba 2.2.8a.
Any suggestions?!
root-Rigel-232> ./configure
creating cache ./config.cache
checking for openjade... no
checking for jade... no
checking for nsgmls... no
checking for htmldoc... no
checking for sgmlspl... no
checking for perl... /usr/bin/perl
./configure: !: not found
updating cache ./config.cache