search for: labelnam

Displaying 4 results from an estimated 4 matches for "labelnam".

Did you mean: labelname
2008 Mar 19
4
plot with diffrent colour and plotting symbols
...o plot the follewing data var1 <- c(1,2,1,1,2,1,2,1,2,2) var2 <- round(rgamma(10,2,1)/0.1)*0.1 var3 <- c(0,1,0,1,0,0,0,0,1,0) var4 <- c(1,2,2,2,1,1,1,1,1,1) Var <- data.frame(var1,var2,var3,var4) Var <- Var[sort(Var$var1),] tt <- Var$var1+((runif(length(Var$var1))/6)-(0.5/6)) labelname <- c("time 1", "time 2") plot(tt,var2,xaxt = "n") axis(1,1:length(unique(var1)), labelname) Could you tell me please how can I get diffrent colour and plotting symbols according to var3 and var4, respectively. Diego! _____________________________________...
2003 Nov 04
2
write.dta and handling labels
Hello, I need to write out a data matrix as a STATA 7 file and this happens perfectly with write.dta(), except I cannot seem to export the labelnames to Stata. So far I have tried the following: # X is the data matrix that is to be exported attributes(X)$var.labels <- c("apple", "banana", "cat") write(X, filename = "text.dta", version = 7) When i open the file in stata instead of the label names a...
2004 Sep 08
1
escape char clutter makes prompt unreadable
...readable. for the kernel, I have APPEND console=ttyS0,19200n81 and for pxelinux, I have SERIAL 0 19200 I looked in keywords for a TEXT 1 like directive to toggle the display, is that a reasonable request to make ? (or is there a better way ?) Related: this seems to work, (assuming suitable labelname) DEFAULT $labelname is that just coincidence ? (it seems not. the line is not 1st or last in file) Less related: LILO gives me some display issues too; it doubles the chars, so 2.6.8 label looks like 22..66..88, and it fouls up newlines. are these both related to an inadequate serial-terminal...
2019 Feb 28
3
What files to edit when changing the sdX of hard drives?
Phelps, Matthew wrote: > On Thu, Feb 28, 2019 at 11:52 AM mark <m.roth at 5-cent.us> wrote: >> Nicolas Kovacs wrote: >>> Le 28/02/2019 ? 04:12, Jobst Schmalenbach a ?crit : >>>> I want to lock in the SDA/SDB/SDC for my drives >>> >>> In short : use UUIDs or labels instead of hardcoding /dev/sdX. >>> >>>