Displaying 3 results from an estimated 3 matches for "7cp".
Did you mean:
7c
2011 Mar 12
2
plot generates graph with coordinantes written over it
....com/file/n3350024/bad2.png
I have txt file of this format (X.X, Y.Y - random numbers, ...) with data
points:
nm A nm A nm A
X.X Y.Y X.X XX X.X
X.X Y.Y Y.Y Y.Y Y.Y
My script looks like this:
require(graphics)
require(stats)
par(mfrow=c(1,1))
HMF=read.table("D:/BIOTECHLAB1/DATA-zprac/10mg 1-7cp.txt", header = FALSE,
sep = "", dec = ".",fileEncoding = "", encoding = "unknown", skip=19)
attach(HMF)
plot(x=V1,y=V2,type = "l",main = HMF,xlab = substitute(lambda (nm)), ylab
=substitute(A))
R version 2.12.1 x64 (WIN7 x64)
--
View this me...
2013 Sep 01
2
string processing(regular expressions)
I have a variable that is course #
nCourse <-
as.factor(c("002A","002B","002C","007A","007B","007C","101","118A","118B","118C"))
And I would like to get rid of the leading zeros, and have the following
set
2008 Jun 30
4
Rebuild of kernel 2.6.9-67.0.20.EL failure
Hello list.
I'm trying to rebuild the 2.6.9.67.0.20.EL kernel, but it fails even without
modifications.
How did I try it?
Created a (non-root) build environment (not a mock )
Installed the kernel.scr.rpm and did a
rpmbuild -ba --target=`uname -m` kernel-2.6.spec 2> prep-err.log | tee
prep-out.log
The build failed at the end:
Processing files: kernel-xenU-devel-2.6.9-67.0.20.EL
Checking