11 int main(
int argc,
char *argv[]) {
18 std::string cmd =
"library(lattice); " 19 "tmpf <- tempfile('xyplot', fileext='.png'); " 21 "print(xyplot(Girth ~ Height | equal.count(Volume), data=trees)); " 27 std::cout <<
"Can now use plot in " << tmpfile << std::endl;
int parseEval(const std::string &line, SEXP &ans)
int main(int argc, char *argv[])