Re: [R] Plot and curve inside C++

2011-03-06 Thread Dirk Eddelbuettel
On 6 March 2011 at 12:37, Paul Smith wrote: | Dear All, | | I would like to use | | - plot, | - curve | | inside a C++ program. What R package do you recommend? Rcpp? You can use base R, embedding R is explained in the 'Writing R Extensions' manual. That said, the material is a little on the

[R] Plot and curve inside C++

2011-03-06 Thread Paul Smith
Dear All, I would like to use - plot, - curve inside a C++ program. What R package do you recommend? Rcpp? Thanks in advance, Paul __ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide htt