Displaying 20 results from an estimated 43 matches for "tugraz".
Did you mean:
tegra
2006 May 05
4
str() with attr(*, "names") is extremely slow for long vectors
Hi,
I noticed some time ago that, for instance, named vectors that are
really makes str() really slow when displaying the names attribute. I
don't know exactly when this started, but it wasn't the case say 1-2
years ago. Example (on a WinXP 1.8GHz):
> s <- 1:1000; names(s) <- s
> system.time(str(s))
Named int [1:1000] 1 2 3 4 5 6 7 8 9 10 ...
- attr(*, "names")=
2006 Apr 27
1
Whats this for a block?
Hi,
I have got a question concerning directory entries. I have the following
block containing exactly the filenames I had in one specified folder on
the same file system:
http://www.sbox.tugraz.at/home/n/nobaq/ext2.dat
I really hoped that this is an directory block which could point me to
the inode of the files.
But when I try to extract the data, I only get garbage. I'm reading the
block this way: First 4 bytes are pointer to inode, second 4 bytes are
length of the name and the...
2006 May 13
2
windows( ... ,rescale="fixed") bug (PR#8857)
Full_Name: Gerhard Thallinger
Version: 2.3.0; 2.2.0
OS: Windows XP
Submission from: (NULL) (212.183.54.87)
Invoking windows() with the parameter rescale="fixed" followed by plot.new()
or any other plot command causes very often the following error:
windows(width=7, height=7, rescale="fixed");plot.new()
Error in plot.new() : outer margins too large (fig.region too small)
2011 Mar 15
4
run a slef-written function
How could one get started with a self-written function?
I have a function written in .txt format, but can not find the way to import
it to the R space.
Would be very appreciated for help.
--
View this message in context: http://r.789695.n4.nabble.com/run-a-slef-written-function-tp3356537p3356537.html
Sent from the R help mailing list archive at Nabble.com.
2008 Feb 12
2
Uninstall registry key the same for all versions (PR#10746)
Full_Name: Gerhard Thallinger
Version: R 2.2.0 through R 2.6.2
OS: Windows XP
Submission from: (NULL) (129.27.145.220)
The uninstall key in the Windows Registry
(HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\)
is the same ("R for Windows_is1") for all R versions
(at least from 2.2.0 to 2.6.2).
This prohibits managing multiple R versions in a clean way, since
the
2011 Oct 31
12
Phoronix Xen vs KVM vs Virtualbox benchmark with Ubuntu 11.10
Hello,
http://www.phoronix.com/scan.php?page=article&item=ubuntu_1110_xenkvm&num=1
Ubuntu 11.10 with Xen 4.1.1 and Linux 3.0.
Xen seems to be doing very poorly on that benchmark.
If someone has time to repeat that benchmark it would be good..
Comparing the results to those from Stefano from XenSummit 2011 NA there has be something wrong..
the results at XenSummit were pretty much the
2009 Jul 06
3
Speed up code, profiling, optimization, lapply vs. loops
High everybody,
currently I'm writinig a package that, for a given family of variance
functions depending on a parameter theta, say, computes the extended
quasi likelihood (eql) function for different values of theta.
The computation involves a couple of calls of the 'glm' routine. What
I'm doing now is to call 'lapply' for a list of theta values and a
function, that
2003 Nov 21
1
output files in a different directory
...e(workdir, assayname, "-2%02d.wmf", sep=""))
You get the idea!
Kind regards,
Jesper Frickmann
Statistician, Quality Control
Novozymes North America Inc.
Tel. +1 919 494 3266
Fax +1 919 494 3460
-----Original Message-----
From: Fatima Sanchez Cabo [mailto:f.sanchezcabo at tugraz.at]
Sent: Friday, November 21, 2003 11:25 AM
To: r-help at stat.math.ethz.ch
Subject: [R] output files in a different directory
Hi!
Is it possible in R to write the output files in a different directory
than the working directory?
Thanks in advance,
Fatima
-----------------------------------...
2009 Jul 27
1
read binary file seek()
I want to read in a binary file using the readBin() function. In order to
skip uninformative parts of the file I use the seek() function, I need to
specify the number of bits to skip rather than the number of bytes to skip.
E.g. seek(to.read,origin="current",blockSize)
with blockSize giving the number of bits
Does anybody know if this works? Any help would be highly
2011 Jun 20
0
ade4 package
...alue is so high that the arrows become shorter than
the labels.
Thank you for your help.
Oana Tomescu
--
Dipl.-Ing. Oana Tomescu
ACIB Core Facility Bioinformatics
Institute for Genomics and Bioinformatics, TU-Graz
Petersgasse 14/V, 8010 Graz, Austria
Tel: +43-316-873-5336
E-Mail: o . tomescu at tugraz . at
2007 Jun 04
1
Centos 5 problems on Shuttle XPC
...with Linux ASAP (and no, I was not asked when somebody else has bought these
machines).
Every hint or experience with such system is welcome, thanks,
Gernot
--
Gernot Stocker,
Institute for Genomics and Bioinformatics(IGB)
Petersgasse 14, 8010 Graz, Austria
Tel.: ++43 316 873 5345
http://genome.tugraz.at
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.centos.org/pipermail/centos/attachments/20070605/b805bf8d/attachment-0001.sig>
2006 Jan 11
1
Selfmade ... Samba 3.0.20a on CentOS 4.0 x64
...how this problem could be fixed in a clean way? How
is this problem solved during the CentOS internal package building
for x64 packages?
Thanks,
Gernot
--
Gernot Stocker,
Institute for Genomics and Bioinformatics(IGB)
Petersgasse 14, 8010 Graz, Austria
Tel.: ++43 316 873 5345
http://genome.tugraz.at
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.centos.org/pipermail/centos/attachments/20060111/78f583a7/attachment-0005.sig>
2009 Jul 28
4
check for new files in a given directory
I am trying to continuously evaluate online created data files using
R-algorithms. Is there any simple way to let R iteratively check for new
files in a given directory, load them and process them?
Any help would be highly appreciated.
Best, A.
[[alternative HTML version deleted]]
2009 Aug 19
1
Lattice: Drawing a single contour line with a negative value fails
Hi everybody,
I want to add a single contourline to a levelplot. While everything
works fine if the value at which the line should be drawn is positive,
there is an error if the value is negative:
library(lattice)
my.panel <- function(..., at, contour=FALSE, labels=NULL) {
panel.levelplot(..., at=at, contour=contour, labels=labels)
panel.contourplot(..., contour=TRUE,
2006 Dec 31
3
KWD not building problem solved
It looks like you just assumed too much. kde-config has a specific
include dir query. I am now hitting some dbus problems, but it does not
seem to be related.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kdefix.patch.bz2
Type: application/x-bzip
Size: 604 bytes
Desc: not available
Url :
2011 Mar 18
3
exploring dist()
Hello, everybody,
I hope somebody could help me with a dist() function.
I have a data frame of size 2*4087 (col*row), where col corresponds to the
treatment and rows are
species, values are Hellinger distances, I should reconstruct a distance
matrix
with a dist() function. I know that "euclidean" method should be used.
When I type:
dist(dframe,"euclidean")
it gives me a
2012 Mar 20
26
[Bug 47556] New: nouveau driver can`t handle xrandr requests
https://bugs.freedesktop.org/show_bug.cgi?id=47556
Bug #: 47556
Summary: nouveau driver can`t handle xrandr requests
Classification: Unclassified
Product: xorg
Version: 7.6 (2010.12)
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau
2013 Nov 15
0
[qemu-upstream-unstable test] 21952: regressions - FAIL
...geli <aarcange@redhat.com>
Andreas F=E4rber <afaerber@suse.de>
Andreas Färber <afaerber@suse.de>
Andreas Färber <andreas.faeber@web.de>
Andreas Färber <andreas.faerber@web.de>
Andreas Färberr <afaerber@suse.de>
Andreas Niederl <andreas.niederl@iaik.tugraz.at>
Andreas Schwab <schwab@linux-m68k.org>
Andreas Schwab <schwab@suse.de>
Andrew Jones <drjones@redhat.com>
Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Anthony Green <green@moxielogic.com>
Anthony Liguori <aliguori@us.ibm.com>
Anthony PER...
2013 Nov 14
0
[qemu-upstream-unstable test] 21930: regressions - FAIL
...geli <aarcange@redhat.com>
Andreas F=E4rber <afaerber@suse.de>
Andreas Färber <afaerber@suse.de>
Andreas Färber <andreas.faeber@web.de>
Andreas Färber <andreas.faerber@web.de>
Andreas Färberr <afaerber@suse.de>
Andreas Niederl <andreas.niederl@iaik.tugraz.at>
Andreas Schwab <schwab@linux-m68k.org>
Andreas Schwab <schwab@suse.de>
Andrew Jones <drjones@redhat.com>
Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Anthony Green <green@moxielogic.com>
Anthony Liguori <aliguori@us.ibm.com>
Anthony PER...
2013 Nov 18
0
[qemu-upstream-unstable test] 21993: regressions - FAIL
...geli <aarcange@redhat.com>
Andreas F=E4rber <afaerber@suse.de>
Andreas Färber <afaerber@suse.de>
Andreas Färber <andreas.faeber@web.de>
Andreas Färber <andreas.faerber@web.de>
Andreas Färberr <afaerber@suse.de>
Andreas Niederl <andreas.niederl@iaik.tugraz.at>
Andreas Schwab <schwab@linux-m68k.org>
Andreas Schwab <schwab@suse.de>
Andrew Jones <drjones@redhat.com>
Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Anthony Green <green@moxielogic.com>
Anthony Liguori <aliguori@us.ibm.com>
Anthony PER...