Displaying 8 results from an estimated 8 matches for "a_ds".
Did you mean:
a_d
2004 Oct 01
2
multiple dimensional diag()
Hi
I have two arbitrarily dimensioned arrays, "a" and "b", with
length(dim(a))==length(dim(b)). I want to form a sort of
"corner-to-corner" version of abind(), or a multidimensional version
of blockdiag().
In the case of matrices, the function is easy to write and if
a=matrix(1,3,4) and b=matrix(2,2,2), then adiag(a,b) would return:
[,1] [,2] [,3] [,4] [,5]
2007 Mar 17
0
Bug#395305: (no subject)
Content-Type: multipart/mixed; boundary="===============0382030028=="
MIME-Version: 1.0
From: Albert Dengg <a_d@gmx.at>
To: Debian Bug Tracking System <395305@bugs.debian.org>
Subject: xen-utils-common: here is a small patch to correctly handle long domU names
in parseln
Message-ID: <20070317182707.16837.48971.reportbug@audhumbla.dengg.priv.at>
X-Mailer: reportbug 3.31
2006 Oct 10
4
generate random numbers that sum up to 1
As I have previously asked, in response to a similar
question: Is this a homework problem?
cheers,
Rolf Turner
rolf at math.unb.ca
2002 Nov 13
1
ADD Printerdriver to server through APW
Hi
I recently tried to install the printerdriver to the samba server (samba
3.0alpha30 on debian) from a windows 2000 client.
The APW asked me for a Win2k-server cd for the winnt drivers, although
i had them on a disc...which I don't have
2 Questions:
1) does anybody know why the APW will not accept my winnt driver from
the driver disc when i comes to install the winnt driver
2) is it
2007 Sep 17
1
map issues
Hi !
I have a shapefile that I can easily read into R using library(maptools). My problem stems from some warning messages that come even though everything seems to work fine.
library(maptools)
districts <- read.shape(filen = "a_ds", dbf.data = TRUE)
length(districts$Shapes)
so far so good. when I try and plot this I get a nice plot and a warning message:
> plot(districts)
Warning message:
'plot.Map' is deprecated.
Use 'plot.Spatial' instead.
See help("Deprecated") and help("maptools-d...
2016 Apr 28
2
Combinaciones sin repetición...con restricciones
Hola, Carlos.
Primero, muchas gracias por el código. No es exactamente lo que quería,
porque la parte "Detección de presencia de "cual_1" y "cual_2"... no
excluye aquellas combinaciones en las que está presente también el objeto
c, pero me ha servido de base e inspiración para elaborar otro código.
He copiado la primera parte de tu función, para crear todas las
2016 Apr 27
4
Combinaciones sin repetición...con restricciones
Hola, tengo que resolver un problema para el que normalmente utilizaría
excel, pero me gustaría intentar resolverlo con R. Se trata de lo siguiente:
Tengo tres elementos: a, b y c.
Dichos elementos están agrupados en siete objetos, producto de todas las
combinaciones sin repetición posibles:
Objeto 1: a
Objeto 2: b
Objeto 3: c
Objeto 4: a y b
Objeto 5: a y c
Objeto 6: b y c
Objeto 7: a, b y c
2008 Mar 30
2
authentication troubles
hi
i have a strange problem with my dovecot installtion:
i configured it to accept digest-md5 authentication only but for some
reason mailclients (i tried mutt and thunderbird so far) want to log
with PLAIN (which fails of course).
authentication basically works, e.g. if i explicitly set
set imap_authenticators="digest-md5
in .muttrc everything works...
any idea what is going wrong?
config