Displaying 11 results from an estimated 11 matches for "aux2".
Did you mean:
aux
2000 May 24
3
order() results
...data considering its first column as the index
> aux1[1:4,]
V1 V2 V3 V4 V5 V6
1 0.08506724 150 1956 15.08 233.82 463.295 14
2 0.76205323 203 1922 15.35 218.74 463.295 14
3 0.86274890 195 1835 12.54 203.39 463.295 14
4 0.37940715 152 1567 24.73 190.85 463.295 14
> aux2 <-- aux1[order(aux1[1:4,1]) , ]
> aux2
V1 V2 V3 V4 V5 V6
1 -0.08506724 -150 -1956 -15.08 -233.82 -463.295 -14
4 -0.37940715 -152 -1567 -24.73 -190.85 -463.295 -14
2 -0.76205323 -203 -1922 -15.35 -218.74 -463.295 -14
3 -0.86274890 -195 -1835 -12.54 -203.39 -4...
2006 Apr 11
1
problems with assign
...ot;p",i,sep="")
assign(aux, as.matrix(read.table(list[[1]][i])))
}
R creates the matrices p1,p2,...,pn.
I want to manipulate the matrices p1,...,pn and create new matrices
pp1,...,ppn. The dimensions of matrices ppi must be 100x100.
So, I do the following:
for (i in 1:n){
aux2 <- paste("pp",i,sep="")
assign(aux2, array(0,dim=c(100,100)))
}
My question is the following:
I want to assign to the matrix ppi[1,1] the value of pi[1,1] for i=1,...,n.
How can I do it?
For i=1, I try:
assign("aux2[1,1]",as.matrix(read.table(list[[1]][1])...
2003 May 06
3
how to read a web page and extract an html table?
Hello all,
I want to read a table from a given web page.
If I do something like
> str="http://www...." # this is the web address
> aux1 <- url(str,open="rt")# open connection
> aux2 <- readLines(aux1) # read web page
aux2 contains the html file.
I want to extract the table from the html file.
Is there a function html2R, the opposite of R2html?
How should I do this?
Thanks,
Adrian
2005 Jul 21
1
Rsync hangs.
...n a hpux 11.11 server and I am using rsync-2.6.4.
The remote machine is running rsync as a deamon in inetd. The included
line is:
rsync stream tcp nowait root /usr/local/bin/rsync rsyncd --daemon
The remote server ends with the following messages in
/var/adm/syslog/syslog.log
Jul 21 14:01:10 aux2 rsyncd[16546]: rsync error: timeout in data
send/receive (code 30) at io.c(181)
Jul 21 14:01:10 aux2 rsyncd[16546]: rsync error: received SIGUSR1 or
SIGINT (code 20) at main.c(984)
Jul 21 14:01:44 aux2 rsyncd[16546]: rsync: writefd_unbuffered failed to
write 69 bytes: phase "unknown" [...
2013 Jul 04
3
odd inconsistency with nfs
...h
Filesystem Size Used Avail Use% Mounted on
/dev/sdb2 50G 13G 37G 26% /
tmpfs 3.9G 1.2M 3.9G 1% /dev/shm
/dev/sdb3 177G 188M 175G 1% /aux
/dev/sda3 208G 44G 164G 21% /aux2
mkdir /aux/scrs1_bolt
mkdir /aux2/summit_bolt
ln -s /aux/scrs1_bolt /scrs1_bolt
ln -s /aux2/summit_bolt /summit_bolt
chmod 777 /aux/scrs1_bolt /aux2/summit_bolt
service nfs restart
vi /etc/exports
/scrs1_bolt xxx.xxx.xxx.0/24(rw,no_root_squ...
2011 Dec 07
2
reading partial data set
...he previous reading. And since I'm running my
data in a cluster (it's actually a big data set) the error halts my
execution.
What I tried at first was to do
> aux1 <- read.table(file="data.txt", sep=" ", header=F,
> colClasses="numeric", nrow=2)
> aux2 <- read.table(file="data.txt", sep=" ", header=F,
> colClasses="numeric", skip=2, nrow=2)
> aux3 <- read.table(file="data.txt", sep=" ", header=F,
> colClasses="numeric", skip=4, nrow=1)
> (...)
This procedure works. How...
2010 Dec 17
4
How to arrange the data
Dear R helpers
I have one data as given below.
date value1 value2 value3
30-Nov-2010 100 40 61
25-Nov-2010 108 31 88
14-Sep-2010 11 180 56
I want the following output
date name amount
30-Nov-2010 value1
2013 Mar 05
8
eDP screen corruption using linux 3.8 & xen 4.2
Konrad, et al,
I am seeing visual corruption (almost like an interlacing problem) with
i915 under Xen on some platforms using linux-3.8.
See attached file for an example of the visual corruption.
This particular platform is an HP Elitebook 2540p
The same kernel and ramdisk, when booted as native linux does not show this
corruption.
dmesg is attached, as well (out.txt) - but I did not see
2014 Oct 25
4
linux kernel 3.17, freeze on resume
This may not be the proper place to raise this question but I've had little luck elsewhere.
After trying again, unsuccessfully this time, to install the proprietary NVIDIA driver, I've decided to focus my efforts on the open source Nouveau driver. I've seen video drivers blamed for varying degrees of "freeze on resume" but I'm not certain that's what I'm up
2011 Aug 15
4
Kernel 3.1.0-rc2 hangs on boot, Xen 4.1.1
Hello,
I tried out kernel 3.1.0-rc2 on my i386 Laptop with Xen 4.1.1. Booting
hangs after these messages on the VGA console:
pci 0000:02:09.0: address space collision: [mem 0x000da000-0x000dafff] conflicts with reserved [mem 0x0009f800-0x000fffff]
reserve RAM buffer: 00000000 0009f000 - 00000000 0009ffff
reserve RAM buffer: 00000000 38400000 - 00000000 3bffffff
reserve RAM buffer: 00000001
2011 Aug 15
4
Kernel 3.1.0-rc2 hangs on boot, Xen 4.1.1
Hello,
I tried out kernel 3.1.0-rc2 on my i386 Laptop with Xen 4.1.1. Booting
hangs after these messages on the VGA console:
pci 0000:02:09.0: address space collision: [mem 0x000da000-0x000dafff] conflicts with reserved [mem 0x0009f800-0x000fffff]
reserve RAM buffer: 00000000 0009f000 - 00000000 0009ffff
reserve RAM buffer: 00000000 38400000 - 00000000 3bffffff
reserve RAM buffer: 00000001