search for: bayercropscience

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

2008 Oct 10
0
Antwort: FW: R loops
...'m not so great in R loops and the help over the net regards for loops in R is quite rare. I'm really thankful for every help. Mit freundlichen Grüßen / Best Regards Assa Yeroslaviz "Richard Pugh" <rpugh@mango-solutions.com> 09.10.2008 14:06 An <assa.yeroslaviz@bayercropscience.com> Kopie Thema FW: [R] R loops Hi Assa, I happened to have some code on my screen that does exactly what you want: myDir <- "D:\\Temp" allFiles <- list.files(myDir) somePatterns <- c("xls", "csv", "sas7bdat") filePatterns <- lapply(s...
2010 Sep 03
3
define colors for groups in lattice xyplot
Dear all, Lattice provides automatic coloring for subgroups on each panel by the simple use of a groups statement. For an application I want to change these colors to a predifined set. This works well using a panel function in stead of the default as long as there are only points in the graphs. When I set type="b" things get messed up. Any idea why? I include sample code for
2003 Nov 27
1
problems with R graph.
Hello, I have some problems to generate graph with R... I am working on two different platform : - Compaq Alpha Server (Unix True 64 5.1) + R 1.6 - Sparc Server (Sun Solaris 8) + R 1.6 I use different functions like the bitmap function, the legend function and the barplot function. The graph are made by the same script on the both platform. I obtain nice graph on the compaq server but the
2008 Oct 09
1
R loops
hello everybody, I have a directory with over 3000 files with different names. I would like to make some vectors with the file names which are belong together. I'm trying to do it with a for loop in R: SF <- c("ad", "cd", "cer", "stress", "salty", "PC", "high", "transfer", "cold",