search for: lab3

Displaying 9 results from an estimated 9 matches for "lab3".

Did you mean: lab
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 Aug 20
4
Run script at startup
Hello, I just install the newest version of Centos 7 and I am a bit disappointed with new /etc/rc/local file I found that it's not usable anymore. *[root at lab3 ~]# cat /etc/rc.local* " THIS FILE IS ADDED FOR COMPATIBILITY PURPOSES" It is highly advisable to create own systemd services or udev rules to run scripts during boot instead of using this file. Usually I was added my script to /etc/rc.local *[root at lab3 ~]# echo /usr/bin/bash /opt/ss...
2010 Apr 15
2
graphic question
...trwidth 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)) However, this is not working OK. I would like to get the max width of lab1 as it appears in the figure then add that amount to plot la...
2005 Aug 29
0
negative superscripts in axis labels
...-*-*-*-*-*-*-*") 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)) - ------------------------------------------------------------------ However, if I remove the "-" symbo...
2010 May 22
1
How to find all single minima, i.e. only each one within each next part of analyzed vector (table)
...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","lab18","lab19",&qu...
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
2008 Aug 04
0
Help needed: strange issue with share mapping at logon
...PrinterConnection("\\GSERVER\HP 1320") Else DelPrinterConnection("\\PHSSERVER\LAB2PRN1") DelPrinterConnection("\\GSERVER\HP 1320") AddPrinterConnection("\\GSERVER\HP 1320") EndIf EndIf ; Technology Block If $loc = "LAB3" AddPrinterConnection("\\Lab3-20\Lab3") EndIf ; Staff work room If $loc = "SWR" AddPrinterConnection("\\GSERVER\aficio01") AddPrinterConnection("\\GSERVER\Aficio02") AddPrinterConnection("\\ADMSEC01\RICOHAfi") SetDefaultPrin...
2005 Feb 16
2
problem with se.contrast()
I am having trouble getting standard errors for contrasts using se.contrast() in what appears to be a simple case to me. The following test example illustrates my problem: Lab <- factor(rep(c("1","2","3"),each=12)) Material <- factor(rep(c("A","B","C","D"),each=3,times=3)) Measurement <-
2010 Apr 15
4
Does "sink" stand for anything?
Hello Everyone,   Learning about R and its wonderful array of functions. If it's not obvious, I usually try to find out what a function stands for. I think this helps me remember better.   One function that has me stumped is "sink." Can anyone tell me if this stands for something?   Thanks,   Paul         __________________________________________________ [[alternative HTML