search for: temperaturmatrix

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

2002 Jun 21
3
Question
...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 in example.R a window via windows() to display the image(....), but Rterm.exe closes after executing all example.R...