Displaying 1 result from an estimated 1 matches for "sum_input".
Did you mean:
num_inputs
2002 Oct 02
2
output from script
...o my question is obvious and I didn?t find it because I?m new to R ...
The problem is as follows:
I read some data from file, do some commands which are well processed and finally make some graphics. OK
Then I put these commands together in a *.R file which I can process ...
Among these i. e. is
sum_input = summary(mydatatable)
sum_input
.....
plot(mydatatable)
What happens:
If in the script the command above comes before a plot command the plot is shown in a graphics window but not the output of the command in the console window. I therefore thought that I should define an active window and change...