search for: zeilen

Displaying 15 results from an estimated 15 matches for "zeilen".

Did you mean: zeile
2007 Dec 20
1
auto named savings (pngs & data-frames)
...tischen Befehle wurden wohl von Felix "behoben" :( - aber danke :) # (rbind(User)) -> ueber print(ueber) list(ueber) x <- ncol(ueber) print(x) y <- nrow(ueber) print(y) #{# for (i in 1:x) # {fileseq <- (unlist(strsplit((a[i]), " "))[-1]) # print(zeilen <- list(fileseq)) # zeilen[i]<- zeilen # print(fileseq)} # for (j in 1:17) # {fileline <- as.logical(unlist((zeilen), " ")) # fileline[j] <- list(fileline) # print(fileline[j])} #} # # # #list(ueber) #fix(ueber) #dim(ueber) #names(ueber) #ausgabe der...
2012 Nov 09
1
Mean of matrices entries in list of lists
...rological parameters are measured. What I want to do is to calculate the hourly mean values for each month over the whole 13 year period for (j in 1:12){ (list[[1]][[j]] [1,1] + list[[2]][[j]] [1,1] + ...... list[[13]][[j]][1,1] )/13 } How can I do that nicely? Original code looks like this (zeilen[j] is the number of hours for j=1 = January, 2 = february and so on): mean_list<-list() for (j in 1:12){ mean_list[[j]]<-matrix(0,nrow=zeilen[j], ncol=2) for (k in 1:zeilen[j]){ mean_list[[j]][k,1]<- (biglist_new[[1]][[j]][k,1]+biglist_new[[2]][[j]][k,1]+biglist_new[[3]][[j]][k,1]+...
2013 Jan 15
1
[PATCH 2/3] xen_platform: Do not use old_portio-style callbacks
From: Hervé Poussineau <hpoussin@reactos.org> Signed-off-by: Hervé Poussineau <hpoussin@reactos.org> Signed-off-by: Andreas Färber <afaerber@suse.de> --- hw/xen_platform.c | 21 ++++++++++----------- 1 Datei geändert, 10 Zeilen hinzugefügt(+), 11 Zeilen entfernt(-) diff --git a/hw/xen_platform.c b/hw/xen_platform.c index ca66047..8866468 100644 --- a/hw/xen_platform.c +++ b/hw/xen_platform.c @@ -279,7 +279,8 @@ static void platform_fixed_ioport_init(PCIXenPlatformState* s) /* Xen Platform PCI Device */ -static uint3...
2005 May 18
1
Testing for warning inside functions
...gs() # no warning is shown print(1) try({xxx}) print(2) print(geterrmessage()) print(3) warnings() print(4) } > f() [1] 0 [1] 1 Fehler in try({ : Objekt "xxx" nicht gefunden Zus??tzlich: Warnmeldung: Datenl??nge [3] ist kein Teiler oder Vielfaches der Anzahl der Zeilen [2] in matrix [1] 2 [1] "Fehler in try({ : Objekt \"xxx\" nicht gefunden\n" [1] 3 Warning message: Datenl??nge [3] ist kein Teiler oder Vielfaches der Anzahl der Zeilen [2] in matrix [1] 4 > version platform i686-pc-linux-gnu arch i686 os linux-gnu system i686,...
2010 Apr 01
3
reading excel into R
...emp\\ Results2010.xls",header = TRUE) Warnmeldung: In read.table(file = file, header = header, sep = sep, quote = quote, : unvollständige letzte Zeile von readTableHeader gefunden in 'C:\\Dokumente und Einstellungen\\Cheba\\Desktop\\Rtemp\\ Results2010.xls' > dat [1] ÐÏ.à.. <0 Zeilen> (oder row.names mit Länge 0) Thes same error I get when I use read.delim and demlim2! Is library(gdata) the solution? Sorry for any inconvenience caused. Regards, Cheba [[alternative HTML version deleted]]
2017 Nov 20
2
Small performance bug in [.Date
Hi all, I think there's an unnecessary line in [.Date which has a considerable impact on performance when subsetting large dates: x <- Sys.Date() + 1:1e6 microbenchmark::microbenchmark(x[1]) #> Unit: microseconds #> expr min lq mean median uq max neval #> x[1] 920.651 1039.346 3624.833 2294.404 3786.881 41176.38 100 `[.Date` <- function(x, ...,
2018 May 31
0
mysterious rounding digits output
...what Joshua seems to want): Since R 3.4.0 the help on ?options *does* say significant! The change in R's source code was this one, 14 months ago : ------------------------------------------------------------------------ r72380 | maechler | 2017-03-21 11:28:13 +0100 (Tue, 21. Mar 2017) | 2 Zeilen Ge??nderte Pfade: M /trunk/src/library/base/man/options.Rd digits: + "signficant" ------------------------------------------------------------------------ and since then, the text has been ?digits?: controls the number of significant digits to print when printing nume...
2017 Nov 21
0
Small performance bug in [.Date
...ot > consult the class of x, but instead uses .Class. Yes, at least so it looks in src/main/objects.c Also, we had a very similar change a while ago : ------------------------------------------------------------------------ r65926 | luke | 2014-06-12 15:54:38 +0200 (Thu, 12. Jun 2014) | 2 Zeilen Ge?nderte Pfade: M src/library/base/R/datetime.R Commented out class(x) <- NULL in [.POSIXct and [[.POSICct. ------------------------------------------------------------------------ and we never seemed to have followed up in a systematic manner finding other places where this happens and co...
2002 Jan 25
1
Fw: Summary for Distance matrix by cosine?
...er's hint was very useful, however I had to transpose the matrix first, for I want to calculate the distance of the _rows_. Regards, Petra Steiner #Funktion: Berechnung der Distanzmatrix mit dem Kosinus als Abstandsmass library(Matrix) normalize <- function(ma) { # zunaechst werden die Zeilen der Matrix normalisiert nreihe <- nrow(ma) nspalte <- ncol(ma) print(nspalte) c <- matrix(NA, nreihe, nspalte) row.names(c) <- row.names(ma) colnames(c) <- colnames(ma) for (i in 1:nreihe) { print(i) normrow <- norm(ma[i,],"F") for...
2018 May 31
2
mysterious rounding digits output
Well pointed out, Jim! It is infortunate that the documentation for options(digits=...) does not mention that these are *significant digits* and not *decimal places* (which is what Joshua seems to want): "?digits?: controls the number of digits to print when printing numeric values." On the face of it, printing the value "0,517" of 'ccc' looks like printing 4
2001 Nov 07
3
samba PDC with NIS, or other solution?
We have a network with Windows NT/2000, SGI's, Linux, Macintosh, AIX. Our user account/passwords for all our machines is handled by NIS on an AIX machine. Our unix machines autheticate through NIS. Our windows machines authenticate by loging on to an NT server acting as the PDC, and that PDC has a service installed on it called "WinDD NIS" (made by Tektronix I think) which contacts
2009 Nov 05
17
installing wxruby 2.0.1. missing lwx_gtk2u_media-2.8
Hi, i tried too install wxruby-2.0.1 on opensuse 11.2 from the rake command I get the following error: ... usr/lib/gcc/i586-suse-linux/4.4/../../../../i586-suse-linux/bin/ld: cannot find -lwx_gtk2u_media-2.8 collect2: ld returned 1 exit status rake aborted! Command failed with status (1): [g++ -shared -fPIC -o -L. -rdynamic -Wl,-...] /usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:995:in
2005 Feb 04
2
Failures they e2fsck doesn't find
...7 Default directory hash: tea Directory Hash Seed: 12789f3d-cc34-4173-8c32-70513958750d Journal backup: inode blocks Joerg. -- Diskusion "Pascal vs. rest der Welt" : 30 Aug 2000 00:13:11 GMT, Adrian Knoth <adi at drcomp.erfurt.thur.de> Und selbst wenn eure 100000 Zeilen-Programme noch so oft unter Windows verwendet werden: mit einem Handwagen f?hrt man nicht Formel-1.
2012 Aug 30
2
[PATCH v2] daemon: collect list of called external commands
...| 9 ++++-- daemon/swap.c | 26 ++++++++------- daemon/tar.c | 8 +++-- daemon/xfs.c | 16 +++++++--- daemon/zero.c | 6 ++-- daemon/zerofree.c | 6 ++-- 51 Dateien ge?ndert, 357 Zeilen hinzugef?gt(+), 205 Zeilen entfernt(-) diff --git a/contrib/intro/libguestfs-intro.html b/contrib/intro/libguestfs-intro.html index 380e290..52dcce5 100644 --- a/contrib/intro/libguestfs-intro.html +++ b/contrib/intro/libguestfs-intro.html @@ -119,6 +119,7 @@ char * return get_blkid_tag (device...
2012 Aug 30
1
[PATCH] collect list of called external commands
...c | 9 ++-- daemon/swap.c | 26 ++++++----- daemon/tar.c | 8 +++- daemon/xfs.c | 13 ++++-- daemon/zero.c | 6 ++- daemon/zerofree.c | 6 ++- 51 Dateien ge?ndert, 375 Zeilen hinzugef?gt(+), 239 Zeilen entfernt(-) diff --git a/contrib/intro/libguestfs-intro.html b/contrib/intro/libguestfs-intro.html index 380e290..a413207 100644 --- a/contrib/intro/libguestfs-intro.html +++ b/contrib/intro/libguestfs-intro.html @@ -119,6 +119,7 @@ char * return get_blkid_tag (device...