Displaying 1 result from an estimated 1 matches for "name_of_r_function".
2003 Jun 27
1
using R as a script; getting the output to display on screen
Hello-
I'm trying to run R from the command line using a function as an input; it
seems to run ok when I use "Rterm --vanilla < name_of_R_function.R" (by ok,
I mean that it will say that it's reading in the correct items) but the
graphics won't display on screen. Do I need to explicitly define an output
device? Like "Rterm --vanilla < name_of_R_function.R >
standard_display_device"? If that is the case, I d...