search for: lab1

Displaying 20 results from an estimated 28 matches for "lab1".

Did you mean: lab
2010 Apr 15
2
graphic question
...ot the first label by specifying the x and y coordinates on the graph. Then to plot the second label next to it, I am using te strwidth function to get the width of the previous label in user coordinate then add the maximum width to the x value. However, this is not working: Here is an example: lab1<-c("Hocine & Ruba 2000", "Yasmine 2004","Ziad was born in 2006") lab2<-c(20,22,45) lab3<-c(54677,10900,200) plot(-10:5,1:6) text(par("usr")[1],2:4,lab1,adj=c(0,0.5)) text(par("usr")[1]+max(strwidth(lab1)),2:4,lab1,adj=c(0,0.5)) Howeve...
2007 Oct 05
2
Apply vector of labels to columns of data frame
Dear list members I would like to apply a vector of labels v=c("lab1","lab2","lab3") to a dataframe df=data.frame(1:3,1:3,1:3) using some kind of loop or apply function. Any ideas? Thanks Steve Powell Checked by AVG Free Edition. 17:03 [[alternative HTML version deleted]]
2014 Sep 10
1
Questions about gluster reblance
...ore and more bricks to be added into my glusterfs volume and there will be more and more files and directories in the existing glusterfs volume. During the test I saw something which I'm really confused about. Steps: SW versions: glusterfs 3.4.4 + centos 6.5 Inital Configuration: replica 2, lab1:/brick1 + lab2:/brick1 fuse_mount it on /mnt cp -rf /sbin /mnt (~300+ files under /sbin) add two more bricks: lab1:/brick2 + lab2:/brick2. run gluster reblance. 1) fix-layout only (e.g. gluster volume rebalance g1 fix-layout start)? After rebalance is done (observed via "gluster volume r...
2017 Jun 27
0
ggplot2 geom_bar label justification
...t not if some of them are slightly long. I think the long ones get 'squeezed' by default before the plot is flipped and keep the skew after the flip. Is there a way I can get around this? In the code below, plot px looks just fine, but the labels get staggered in plot py. ######### Lab1 = c("Tom","Harry","Brad","Helen","Julie","Steve") Lab2=c('abracadabra','rumplestiltskin','adadf','asddsdfsdsfsds','sdfsdfsfsfs','sddf') valuex = c(3.1,2.3,0.4,-0.4,-1.2,-4.4) df1...
2006 Jan 24
2
Tunneling lock/hangs/unidirectional
I've setup a lab to test the new tunneling options in the latest openssh. Things work well... for a while... then the tunnel goes unidirectional. openssh-SNAP-20060122.tar.gz lab1 config: # uname -a FreeBSD lab1 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Fri Jan 13 13:01:17 EST 2006 root@:/usr/src/sys/i386/compile/SMP i386 # cat /etc/sysctl.conf | egrep -v '(^#|^$)' net.inet.ip.fastforwarding=1 # cat ~/.ssh/config Host 169.254.254.20 Tunnel yes Tunne...
2005 Jan 27
3
How to generate labels or names?
Hi, I'm new to R and I would like to generate labels like data.frame does : "V1 V2 V3...". I'm trying to generate a N vector with label such as "Lab1 Lab2 ... LabN". I guess this is pretty easy when you know R ;) Thanks for help Eric
2006 Oct 12
1
AccountCode set in sip.conf but not showing up in CDR
Hi All, I'm running 1.2.9.1 and have a sip user setup with accountcode=4444 in the context. lab1*CLI> sip show peer 1234 * Name : 1234 Secret : <Set> MD5Secret : <Not set> Context : sip1004 Subscr.Cont. : <Not set> Language : Accountcode : 4444 AMA flags : Unknown CallingPres : Presentation Allowed, Not Screened Callgroup...
2006 Nov 07
3
Asterisk and Max TNT Passing calls SIP to PRI, not PRI to SIP Authentication Issue
...t. But this is not happening. Here is a debug of a call and a snip from my sip.conf: sip.conf [maxtnt] type=friend host=10.10.14.131 insecure=very dtmfmode=inband callerid="MaxTNT" <maxtnt> context=trunktntin qualify=yes reinvite=no canreinvite=no disallow=all allow=ulaw debug lab1*CLI> <-- SIP read from 10.10.14.131:5060: INVITE sip:2145551212@10.10.14.121:5060;user=phone SIP/2.0 t: <sip:2145551212@10.10.14.121:5060;user=phone> f: "NO CID NAME" <sip:1239@10.10.14.131:5060;user=phone>;tag=5fe9f589-1fb1f65c-830e0a0a Remote-Party-Id: "NO CID N...
2005 Aug 29
0
negative superscripts in axis labels
...lvetica) symbol <- X11Font("-*-symbol-%s-%s-*-*-%d-*-*-*-*-*-*-*") X11Fonts(symbol=symbol) X11(width=864, height=432, ~ fonts=c(X11Font(helvetica), X11Font(symbol))) x <- seq(0,1,.0001) y <- sin(x) tics <- c(10^-5,10^-4,10^-3,10^-2,10^-1,10^-0) lab0 <- expression(10^-0) lab1 <- expression(10^-1) lab2 <- expression(10^-2) lab3 <- expression(10^-3) lab4 <- expression(10^-4) lab5 <- expression(10^-5) plot(x,y,log="y",axes=FALSE) axis(1) axis(2,at=tics,labels=c(lab5,lab4,lab3,lab2,lab1,lab0)) - ------------------------------------------------------...
2005 May 18
1
from list to dataframe
I was wondering if someone can help me figure out the following: I have two patient datasets, ds1 and ds2. ds1 has fields "patid", "date", and "lab1". ds2 has "patid", "date", and "lab2". I want to find all the patids that have at least 2 dated records for each lab. I started by splitting each dataset by patid, to create ds1.list and ds2.list. Then I did some processing (with sapply) to each list to get...
2012 Dec 12
1
Subset of Data
Hi Arun, I have a question about choosing a subset of data. I have a matrix of 5000 in 3500. I want to choose specific variables such as proc1 to proc1000 and Lab1 to Lab1600 and put it into a new matrix to run some correlation analysis. Since I have 3500 variables, I don't know from what column my lab or procedures start. I really appreciate your help. Thanks.   Best,Farnoosh Sheikhi [[alternative HTML version deleted]]
2010 May 22
1
How to find all single minima, i.e. only each one within each next part of analyzed vector (table)
...only one local minimum, and next to search within the next time window mask the second minimum (only one local along second mask) mass_position<-c(1,2,3,4,5,6,7,8,9,10, 11,12,13,14,15,16,17,18,19,20) mass_value<-c(9,2,3,2,5,6,7,8,9,10,2.1,12, 1,14,15,16,17,18,19,20) mass_label<-c("lab1","lab2","lab3","lab4","lab5","lab6","lab7","lab8","lab9","lab10", "lab11","lab12","lab13","lab14","lab15","lab16","lab17",&quot...
2006 Nov 07
1
Better way to create tables of mean & standard deviations
...4 60 Lab 3 633.3161 80.48620 60 Lab 4 650.3897 77.59191 60 Lab 5 630.4955 84.98888 60 Lab 6 656.2608 66.16100 60 Lab 7 666.1775 74.39796 60 Lab 8 663.1543 71.10769 60 The purpose of the first function is to calculate the mean, stdev etc. and the second is simply to create a labelling vector e.g c(Lab1, Lab2, ..., Lab 8) This seems rather complex to me for what I am trying to achieve. Is there a better way to do this? Also I am having some trouble getting the labelling right for iii since it should look like: Batch mean stdev n Lab 1 1 686.7179 53.37582 30 Lab 1 2 695.87...
2010 Feb 10
2
Help Please!
So I have to use this table of min, max, and mean temps for certain years http://www.stat.berkeley.edu/classes/s133/data/january.tab. I am supposed to figure out which year had the hottest January and which had the coldest. But I dont know how to! Nick Manginelli [[alternative HTML version deleted]]
2006 Dec 06
1
0002475: [patch] Allow app_directory to work with REALTIME
Hi All, I'm running 1.2.9.1 stable. I'm wondering has this patch been applied to stable release or is it still only in CVS. Will this file patch apply correctly to 1.2.9.1 stable? Which file do I patch? I'm guessing app_directory_realtime_1.6.1.patch <http://bugs.digium.com/file_download.php?file_id=4915&type=bug> and config.h.patch
2008 Aug 27
0
RADVD address timeouts
I am using RADVD to assign IPv6 addresses. It works for 'static' devices. I want it to work for devices that move to different networks without having to restart the network on those devices. So if I have a notebook on network Lab1 getting prefix 2607:7:4:1::64 and moves to network Lab2 where RADVD advertises prefix 2607:7:4:2::/64, I want the host to switch to the new address. This is NOT for MobileIP. Right now I get the new global address, but the old address never goes away. I have tried setting AdvPreferredLifetime...
2010 Feb 06
1
Using XEN to install Windows XP as guest on CentOS 5 as host ?
Dear All I want to use XEN to install Windows XP as guest on CentOS 5 as host . I tried as the followings : #yum install xen virt-manager kernel-xen #chkconfig xend on #reboot Then I booted my CentOS server using XEN kernel . I tried as the followings : #virt-manager & But when continuing to create the virtual machine , under Installation Method menu , I cannot select 'local install media
1999 Apr 23
0
SAMBA digest 2065
...--------------------- common Disk Public partition homes Disk Home directories hongwei Disk H: Home directories hp4n Print lp lab1disk Disk Lab1 The command completed successfully. On 95s: c:\> net view \\morpheus Shared resources at \\MORPHEUS Sharename Type Comment -------------------------------------------------------------------------------- MORPHEUS C...
2007 May 26
1
lattice: aligning independent graphs
I find myself wanting to plot three graphs side by side 'as if' they were panels -- that is, with the same y-axis limits, no space between the graphs, and precise vertical alignment of the plot areas. However, I don't want strip titles; I want each graph to have its own x-axis label, on the bottom of the plot. The best way I have so far found to do this is to fake up a data frame that
2011 Jun 26
1
bwplot questions: box order, axis breaks, and multiple y-axis labels
Hi all, I used bwplot in lattice to create a 6-panel boxplot grouped by a conditioning variable (param) that displays concentration (conc) in response to treatment (trtmnt). Here is the functional part of my code followed by my three questions: library(lattice); ww<-read.csv(file="c:/Rdata/lattice_boxplot_prep.csv",header=TRUE,sep=","); attach(ww);