Displaying 1 result from an estimated 1 matches for "treatmentcount".
2005 Mar 22
1
Question with lattice xyplot
...ot;,24,4.412,
"C",48,0.451,
"C",72,0.841,
"C",96,0.688,
"C",168,0.305,
"C",336,0.266,
"C",504,0.257,
"C",672,0.52,
), .Dim=c(3,24))));
colnames(studyData) <- c('treatment','timeInterval','foldChange');
treatmentCount <- length(levels(studyData$treatment));
studyData[c("timeInterval", "foldChange")] <- lapply(studyData[c("timeInterval", "foldChange")], function(x) as.numeric(levels(x)[x]));
studyData <- studyData[do.call("order", studyData), ];
trellis....