Displaying 3 results from an estimated 3 matches for "lab4".
Did you mean:
lab
2005 Aug 29
0
negative superscripts in axis labels
...s(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 "-" symbols in the labels, e.g.
~ l...
2010 May 22
1
How to find all single minima, i.e. only each one within each next part of analyzed vector (table)
...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","lab20")...
2005 Aug 04
1
WinXP maps home drive to logon home
...at I have set the "logon home = " to.
This is the line .. "logon home = \\%N\profile.%U"
The user is admin
This is the error I see in the syslog from a Win98 Machine:
lab_thinkpad (192.168.30.180) couldn't find service profile.admin
and from a WinXP machine:
genserv-lab4 (192.168.30.184) couldn't find service profile.admin
If I create a folder in the home share called "profile.admin", then
WinXP will map the Home drive to it instead of the parent of
profile.admin. If I remove the logon home line from the smb.conf file,
WinXP will map the Home driv...