Displaying 5 results from an estimated 5 matches for "zwijnaarde".
2004 Aug 06
1
Lattice: how to index in a custom panel function?
...l = function(x,y,...){
panel.abline(h = 100, lty = 5, lwd =0.5, col = "darkgrey")
panel.txt(mytext, 0.2, 0.8)
}
--
======================================================================
Joris De Wolf
CropDesign N.V.
Plant Evaluation Group
Technologiepark 3
B-9052 Zwijnaarde
Belgium
Tel. : +32 9 242 91 55
Fax : +32 9 241 91 73
======================================================================
confidentiality notice:
The information contained in this e-mail is confidential and...{{dropped}}
2006 Nov 09
1
plot pch
Dear All,
I have a data as follows:
ID <- 1:100
Y <- rnorm(100)
X <- rnorm(100)
type <- as.factor(rep(1:3,100,time=1))
df <- as.data.frame(cbind(ID, Y,X,type))
I want to plot Y versus X by specifying the pch to be as follows:
Subjects having type = 1 must be plotted with a character pch = "A"
Subjects having type = 2 must be plotted
2004 Jun 25
1
difference in order() between Linux and Windows with mixtures of caps and normal letters
...ot;,"T","D")
> Mstring[order(Mstring)]
[1] "D" "T" "a" "b" "c"
--
======================================================================
Joris De Wolf
CropDesign N.V.
Plant Evaluation Group
Technologiepark 3
B-9052 Zwijnaarde
Belgium
Tel. : +32 9 242 91 55
Fax : +32 9 241 91 73
======================================================================
confidentiality notice:
The information contained in this e-mail is confidential and...{{dropped}}
2003 May 08
1
strange behaviour of certain fields in data frame after rbind
...<NA> E0.000.003.205 3116 YD03_17b
Confirmation
55 12122 150333 CD3629 <NA> E0.000.003.205 3116 YD03_17b
Confirmation
--
======================================================================
Joris De Wolf
CropDesign N.V.
Plant Evaluation Group
Technologiepark 3
B-9052 Zwijnaarde
Belgium
Tel. : +32 9 242 91 55
Fax : +32 9 241 91 73
======================================================================
The information contained in this email is confidential and may ... {{dropped}}
2004 Mar 09
5
Adding data.frames together
I have a series of data frames that are identical structurally, i.e. -
made with the same code, but I need to add them together so that they
become one, longer, data frame, i.e. - each of the slot vectors are
increased in length by the length of the added data frame vectors.
So if I have df1 with a slot A so that length(df1$A) = 100 and I have
df2 with a slot A so that length(df2$A)=200 then I