similar to: plotting series of matrices on a single plot.

Displaying 20 results from an estimated 100 matches similar to: "plotting series of matrices on a single plot."

2007 Aug 07
1
Error in as.double.default(x) : (list) object cannot be coerced to 'double'
Dear experts, I have in all 14 matrices which stands for gene expression divergence and 14 matrices which stands for gene sequence divergence. I have tried joining them by using the concatanation function giving SequenceDivergence <- c(X1,X2,X3,X4,X5,X6,X7,X8,X9,X10,X11,X12,X13,X14) ExpressionDivergence <- c(Y1,Y2,Y3,Y4,Y5,Y6,Y7,Y8,Y9,Y10,Y11,Y12,Y13,Y14) where X1,X2..X14 are the
2002 Aug 20
2
Reset par(xaxp) in plot
R-Helpers; This seems simple to set graphic parameter, but I tried plot a graph with 10 intervals in x axis with par(xaxp = c(0, 150, 10) but to no avail: par(xaxp =c (0, 150, 10)) plot(age, y18, type="n", ylab="Height (m)", xlab=" age (Yrs)", font = 2) lines(age, y6, lty = 4, lwd = 2) lnes(age, y10, lty = 1, lwd =2) lines(age, y14, lty = 2, lwd =2)
2018 May 24
0
Manipulation of data.frame into an array
This is one of those instances where a less superficial knowledge of R's technical details comes in really handy. What you need to do is convert the data frame to a single (numeric) vector for, e.g. a matrix() call. This can be easily done by noting that a data frame is also a list and using do.call(): ## imp is the data frame: do.call(c,imp) X11 X12 X13 X14 X15 X16 X17 X18 X19
2013 Oct 14
0
Questions about special_use mailboxes
Hello, I am using using dovecot 2.1.7 from debian stable: namespace inbox { inbox = yes location = mailbox Drafts { special_use = \Drafts } mailbox Junk { special_use = \Junk } mailbox Spam { special_use = \Junk } mailbox Sent { special_use = \Sent } mailbox "Sent Messages" { special_use = \Sent } mailbox Trash { special_use = \Trash
2002 Aug 20
0
Sum: Reset par(xaxp) in plot
Many thanks to Peter Dalgaard BSA and Uwe Uwe Ligges for their prompt responses. It turns out xaxp can not be set by par(xaxp = c(x1, x2, n)) as indicatedd in Help for 'par' document. Both pointed me to the right direction by setting axes = F or xaxt = "n" in plot() and using axis(1, seq=c(0,150,15)) to produce an axis with desired intervals. Richard My original question:
2018 May 24
2
Manipulation of data.frame into an array
Hello everyone, Thank you for this. Nonetheless it is not exactly want i need. I need mydata[[1]] to provide the values for all 3 variables (Y, X1 and X2) of the first imputation only. As it stands it returns the whole database. Any ideas? Best, ioanna ________________________________ From: Bert Gunter <bgunter.4567 at gmail.com> Sent: 24 May 2018 16:04 To: Ioanna Ioannou Cc:
2007 Aug 07
2
dovecot-sieve vacation changes
I'd like to put forward the following patch for dovecot-sieve. Essentially this just merges in some changes made in CMU sieve 2.3.8 and as such brings the behaviour more in line with RFC 3834 "Recommendations for Automatic Responses to Electronic Mail": - fixes erroneous sender "-request" substring match - checks for existence of a selection of list-* headers -
2018 May 24
4
Manipulation of data.frame into an array
Hello everyone, I want to transform a data.frame into an array (lets call it mydata), where: mydata[[1]] is the first imputed dataset...and for each mydata[[d]], the first p columns are covariates X, and the last one is the outcome Y. Lets assume a simple data.frame: Imputed = data.frame( X1 = c(1,2,1,2,1,2,1,2, 1,2,1,2,1,2,1,2), X2 =
2007 Aug 07
2
How to stack Sangoma Remora cards
Hi, How can can you stack sangoma cards such as http://www.sangoma.com/datasheets/p_a200-specs in a given PC enclosure ? It seems to me that it introduces mechanical constraints that seem difficult to comply with as space between cards is set by Remora expansion card. Your advice ? Cheers -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Aug 08
4
How to use a modem under CentOS
I have a modem in my system that comes up with this in lspci: 01:07.0 Communication controller: Agere Systems 56k WinModem (rev 01) What programs under CentOS, if any, can use this modem and how? Thanks. mhr -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070807/fbeb461b/attachment-0001.html>
2007 Aug 07
1
Upload progress and drb
Hi, Sorry if this is a stupid question! I used to have a site running on Merb 0.1.0. When running as a cluster, it would automatically start a drb process to co-ordinate the upload progress monitoring. Since uploading to 0.3.7 (a bit of a jump!), the drb process hasn''t started automatically. I seem to start one if I run merb -s 32323 manually, but when I do check on a file
2007 Aug 07
0
Killing a nohup process?
Hey All, How can I find processes that were started with nohup and kill them? thanks all Also, is this the right list for that kind of question? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20070807/77647bfe/attachment-0001.html>
2007 Aug 07
0
users.conf in 1.4
Hi all, Can some one tell me how actually the users.conf working with SIP.conf, IAX.conf, ZAPATA.conf ? How can I add the SIP user to this file and do I relate this user profile (in the users.conf) with the sip.conf? I am a bit confused with this:-( Can some one help?????? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Aug 07
0
[LLVMdev] Spillers
> > FYI, in my implementation I just marked the intervals introduced by > spills as being special so that they would not be chosen to be spilled > again. Then they just get colored like every other interval. But they can be uncolored like every other interval then, right? When your algorithm finds out during one iteration that it should spill some interval it checks whether this
2007 Aug 07
1
OT, I'm looking for SIP/register-enabled softphone
Can You please advice me free softphone which supports SIP registrations ? Cheers, Kate -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070807/539fb7a2/attachment.htm
2007 Aug 07
1
OT - Callto:// tags inside web pages
Hi, Where can I find relevant information concerning callto:// tags ? Is it standardized or browser specific ? How within your browser, can you specify the software and parameters to used when clicking on such callto:// tags ? I couldn't find much googling or reading Preferences tab in Firefox. Regards -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Aug 07
2
turn off music on hold for a single sip user
Is there a clean way to disable music on hold for a specific user sip user? I have seen one example that creates a class called [none] that points to an empty directory, which creates log errors that are annoying (but not harmful?) -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Aug 08
1
E1 or analog line
Hi: I want to have conference call(meetme) service with asterisk and 30 users.Now do I use 1E1 or 30 analog lines with due attention to high price of E1 line?And which interface card do I use? Best regards. --------------------------------- Yahoo! oneSearch: Finally, mobile search that gives answers, not web links. -------------- next part -------------- An HTML attachment was
2007 Aug 07
2
How to use speex library in C#?
Hi everybody, I am fresh for speex and vs.net c#,and I want to use speex in a existed project written by c# language,does anybody done this before?because I do not know how to use c in c#,I worked under linux environment for years,never touched vc.net.Maybe compile the source code into dll file and use them?I heard about the wrapper,what does this mean, Regards Chris -------------- next part
2007 Aug 07
2
speex compression rate
I want to know speex compression rate. On the speex website,it says" Speex is based on CELP and is designed to compress voice at bitrates ranging from 2 to 44 kbps." Is the original voice at bitrates raning from 2 to 44 kbps,or the compressed voice at bits ranging from 2 to 44 kbps? what is the maxmium compression rate? Thanks a lot! Weiqin Bao -------------- next part -------------- An