Displaying 20 results from an estimated 200 matches similar to: "Help with a R script using grid"
2012 Oct 21
1
Navigating a grid.
Greetings
I am trying to make a multiple panel plot from a tool (genoPlotR) that
is layered on grid. My code and session info are below. When I execute
the code, I get a single plot in the center of the graphics page. I
have tried various pop/push/down/seekViewport commands at the end of
the plotpush method. There must be something I'm missing in the
documentation, I believe what I
2006 Dec 14
1
subset question
I have a data set p1982, its structure is the following
Then I take 20 observations from this dataset, and assign to pr.
in p1982, p has 1982 levels, in dataset pr, p should have 1 levels.
But I do str(pr), it shows that p still has 1982 levels.
also for these
> pr$aa
[1] ARG THR ASP CYS TYR ASN VAL ASN ARG ILE ASP THR THR ALA SER CYS LYS
THR ALA LYS
Levels: ALA ARG ASN ASP CYS GLN
2006 Dec 08
1
question for if else
I have a data set like this
I want to assign "outward" to Y if sc <90 and assign "inward" to Y if sc>=90.
then cbind(p1982,Y) to get like these
p aa as ms cur sc Y
1 154l_aa ARG 152.04 108.83 -0.1020140 92.10410 inward
2 154l_aa THR 15.86 28.32 0.2563560 103.67100 inward
3 154l_aa ASP 65.13 59.16 0.0312137 7.27311 outward
4 154l_aa CYS 57.20 49.85
2004 Jul 14
0
forward_msg: no 2nd via found in reply
Hi everybody,
I'm trying to use Asterisk as SUA with SER. But Asterisk doesn't
succeed to register the Asterisk user to SER... the standard error output of
SER tell me:
"ERROR: forward_msg: no 2nd via found in reply"
the SIP message looks like:
to 193.175.133.19:5060
Retransmitting #5 (no NAT):
REGISTER sip:potemkin.fokus.fraunhofer.de SIP/2.0
Via: SIP/2.0/UDP
2006 Oct 24
2
for help
I have a question in R.
In directory H:/Delta_angle
I have 19 files like this:
ALA.delta
ASN.delta
ASP.delta
CYS.delta
GLN.delta
GLU.delta
HIS.delta
ILE.delta
LEU.delta
LYS.delta
MET.delta
PHE.delta
PRO.delta
SER.delta
THR.delta
TRP.delta
TYR.delta
VAL.delta
I want to read these files to 19 data sets in R.
All these data sets have "P","AA",index","delta"
2006 Apr 20
0
Major internal changes, TI DSP build change
>> You found it. The SHL32 (not SHR32) line fixes the problem. It must be
>> doing a 16-bit shift, then extending the result (which is reasonable).
>> As
>> it happens, that it the same macro which gave us trouble last May
>> (25th/26th), when the C55 build was more subtlely broken.
>
> Yes, that's what I finally remembered. I think I've fixed all
2007 Apr 18
0
[RFC/PATCH LGUEST X86_64 04/13] Useful debugging
plain text document attachment (lguest64-debug-utils.patch)
This patch contains some nice features used to debug the lguest64 guest.
It has a way to print page tables for either the host or the guest.
It incorporates kallsyms, and can do a nice back trace of a guest
when it crashes. The guest needs kallsyms obviously compiled in.
Note: This code needs to be fixed to be more secure!
Implements
2007 Apr 18
0
[RFC/PATCH LGUEST X86_64 04/13] Useful debugging
plain text document attachment (lguest64-debug-utils.patch)
This patch contains some nice features used to debug the lguest64 guest.
It has a way to print page tables for either the host or the guest.
It incorporates kallsyms, and can do a nice back trace of a guest
when it crashes. The guest needs kallsyms obviously compiled in.
Note: This code needs to be fixed to be more secure!
Implements
2007 Apr 18
1
[PATCH] lguest32 kallsyms backtrace of guest.
This is taken from the work I did on lguest64.
When killing a guest, we read the guest stack to do a nice back trace of
the guest and send it via printk to the host.
So instead of just getting an error message from the lguest launcher of:
lguest: bad read address 537012178 len 1
I also get in my dmesg:
called from [<c0405f30>] show_trace_log_lvl+0x1a/0x2f
[<c04069aa>]
2007 Apr 18
1
[PATCH] lguest32 kallsyms backtrace of guest.
This is taken from the work I did on lguest64.
When killing a guest, we read the guest stack to do a nice back trace of
the guest and send it via printk to the host.
So instead of just getting an error message from the lguest launcher of:
lguest: bad read address 537012178 len 1
I also get in my dmesg:
called from [<c0405f30>] show_trace_log_lvl+0x1a/0x2f
[<c04069aa>]
2014 Nov 10
2
kernel BUG at drivers/block/virtio_blk.c:172
On Mon, Nov 10, 2014 at 7:59 PM, Luk?? Czerner <lczerner at redhat.com> wrote:
>
> Hi,
>
> so I encountered it again on 3.17.0-rc4. This output is from the
> run with your patch.
>
> I am using libvirt (virt-manager) to configure and run the virtual
> machine, but looking at the xml, I do not think it's passing
> 'scsi=off' at all.
>
> Btw, that
2014 Nov 10
2
kernel BUG at drivers/block/virtio_blk.c:172
On Mon, Nov 10, 2014 at 7:59 PM, Luk?? Czerner <lczerner at redhat.com> wrote:
>
> Hi,
>
> so I encountered it again on 3.17.0-rc4. This output is from the
> run with your patch.
>
> I am using libvirt (virt-manager) to configure and run the virtual
> machine, but looking at the xml, I do not think it's passing
> 'scsi=off' at all.
>
> Btw, that
2004 Apr 15
1
Granule pos bug ?
After trying to find out what to do when no packets complete on a page... i reread the ogg spec and found this...
"A special value of -1 (in two's complement) indicates that no packets finish on this page."
So i searched through a few files and it appears that the muxer doesn't do this... has this been depracated ? In all cases i can find that this happens the page has the same
2014 Nov 10
0
kernel BUG at drivers/block/virtio_blk.c:172
On Mon, 10 Nov 2014, Ming Lei wrote:
> Date: Mon, 10 Nov 2014 20:18:32 +0800
> From: Ming Lei <tom.leiming at gmail.com>
> To: Luk?? Czerner <lczerner at redhat.com>
> Cc: Jens Axboe <axboe at kernel.dk>,
> Linux Virtualization <virtualization at lists.linux-foundation.org>,
> Christoph Hellwig <hch at lst.de>
> Subject: Re: Re: kernel
1999 Dec 01
2
R and XML -- a near perfect combination?
Please ignore my ignorance, I'm new to R,
but starting a longish project that will use R a lot.
(a computer scientist learning about stats at the
same time).
Did anybody alreay write a XML parser for R?
XML, as we will have tons of data-interchange with
all sorts of other programs and XML is good for giving
meaning to raw data.
I checked the FAQs and the documentation, but didn't find
2004 Oct 09
2
liboggflac bug (flac.exe) : wrong header field
Just playing around with my new flac code, and did some tests with stuff
from the reference tools, and i noticed that one of the fields in the first
header is wrong. (The number of headers field is 1 less than it should be)
The spec doc says...
" A two-byte, big-endian binary number signifying the number of header
(non-audio) packets, including this one. "
Here's a partial dump
2014 Nov 10
0
kernel BUG at drivers/block/virtio_blk.c:172
On Fri, 31 Oct 2014, Ming Lei wrote:
> Date: Fri, 31 Oct 2014 12:40:00 +0800
> From: Ming Lei <tom.leiming at gmail.com>
> To: Jens Axboe <axboe at kernel.dk>
> Cc: Luk?? Czerner <lczerner at redhat.com>,
> Linux Virtualization <virtualization at lists.linux-foundation.org>,
> Christoph Hellwig <hch at lst.de>
> Subject: Re: Re: kernel
1999 Dec 03
1
R-help Digest V1 #34
R-help Digest Friday, December 3 1999 Volume 01 : Number 034
In this issue:
[R] model.tables
Re: [R] Installing R on Slackware Linux
Re: [R] Installing R on Slackware Linux
[R] nlmin
Re: [R] nlmin
Re: [R] nlmin
Re: Summary: [R] Wanted: online Introduction to R
[R] Applying a function of several variables to data
Re: [R] R and XML -- a near perfect
2014 Dec 17
1
[PATCH 03/10] ovs: Enable handling of UFO6 packets.
Hello.
On 12/17/2014 09:20 PM, Vladislav Yasevich wrote:
> Since UFO6 packets can now be identified by SKB_GSO_UDP6, add proper checks
> to handel UFO6 flows.
> Legacy applications may still have UFO6 packets identified by SKB_GSO_UDP,
> so we need to continue to handle them correclty.
> Signed-off-by: Vladislav Yasevich <vyasevic at redhat.com>
> ---
>
2014 Dec 17
1
[PATCH 03/10] ovs: Enable handling of UFO6 packets.
Hello.
On 12/17/2014 09:20 PM, Vladislav Yasevich wrote:
> Since UFO6 packets can now be identified by SKB_GSO_UDP6, add proper checks
> to handel UFO6 flows.
> Legacy applications may still have UFO6 packets identified by SKB_GSO_UDP,
> so we need to continue to handle them correclty.
> Signed-off-by: Vladislav Yasevich <vyasevic at redhat.com>
> ---
>