search for: temperaturfeld

Displaying 1 result from an estimated 1 matches for "temperaturfeld".

2002 Jun 21
3
Question
Hallo, once again I have a question. Maybe someone can help me. I call in my programm (VC++) the Rterm.exe via "Rterm.exe --no-restore --no-save < example.R >example.Rout". In example.R : temperaturfeld <- read.table(file.choose(), header = TRUE, sep= "", comment.char = "#") temperaturmatrix <- data.matrix(temperaturfeld) windows() image(x,y,temperaturmatrix,axes=TRUE, xlab= "Matrix-row", ylab="Matrix-column") Now my problem: How you see, I open i...