Displaying 3 results from an estimated 3 matches for "_samples".
Did you mean:
samples
2009 Feb 26
0
How do I retrieve column and row names after comparing two matrices?
...alls.\n")
calls<-read.delim("C:\\Test_calls", header=T)
# Identify which data column contains ID.
ID_id<-c(1)
# Identify which data columns contain the matrix1 and
matrix2 samples.
matrix1_samples<-c(2,4,6,8,10)
matrix2 _samples<-c(3,5,7,9,11)
# Generate matrices of matrix1and matrix2 samples.
matrix1<-as.vector(as.matrix(calls[ID_id,
matrix1_samples]))
matrix2 <-as.vector(as.matrix(calls[ID_id, matrix2
_sampl...
2005 Aug 04
0
RPMS & SRPMS of Asterisk STABLE & HEAD on i686 & PPC
...at http://www.laimbock.com/asterisk/
The cvs STABLE RPMS support udev, Eicon Diva Server cards, HFC-S based
ISDN cards, QuadBRI and OctoBRI ISDN cards from Junghanns.net and
SpanDSP for sending & receiving faxes. The sample files are also
included and are put in /etc/asterisk-1.0cvs<date>_samples so they don't
interfere with your configs in /etc/asterisk.
The cvs HEAD RPMS do not support HFC-S based ISDN cards, QuadBRI and
OctoBRI ISDN cards from Junghanns.net because afaik there isn't a set of
bristuff patches that applies to current HEAD. If anyone has bristuff
patches for cvs HE...
2006 Nov 29
0
[761] trunk/wxruby2: Initial commit of HtmlHelpController & HelpController support + doc,
...nded to use preprocessed *.hhp.cached* version of
-projects. It can be either created on-the-fly (see
-"set_temp_dir":#HtmlHelpController_settempdir) or you can use
-*hhp2cached* utility from _utils/hhp2cached_ to create it and
-distribute the cached version together with helpfiles. See _samples/html/help_
-sample for demonstration of its use.
</del><ins>+A HtmlHelpController can use an .hhp header file directly as an argument
+to "add_book":#HtmlHelpController_addbook to open documentation.
</ins><span class="cx">
</span><del>-h2....