is it possible to plot functions from a C program using R? Is there a R C API available for plotting? Of course, it is possible to generate a R script from the C code and then call execute this generated script using the system command but I want to call R functions for plotting directly from the C code?
Thanks in advance, Jonas