[R] C to R

2007-03-07 Thread Heloise Mattos
I`m doing some functions on C that gives me the x and y coordinates.
I`d like to now how I can get these coordinates (both are a vector of
number) on R to that I can make a graphic.
I`ve already made a package with my functions, so I just wanna how
about how to get the coordinates.

Thanks, Heloise.

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] C to R

2007-03-07 Thread Andrew Robinson
Hi Heloise,

there's a manual online to help you with this - see here

http://cran.r-project.org/doc/manuals/R-exts.html

Cheers

Andrew

On Wed, Mar 07, 2007 at 05:29:10PM -0300, Heloise Mattos wrote:
 I`m doing some functions on C that gives me the x and y coordinates.
 I`d like to now how I can get these coordinates (both are a vector of
 number) on R to that I can make a graphic.
 I`ve already made a package with my functions, so I just wanna how
 about how to get the coordinates.
 
 Thanks, Heloise.
 
 __
 R-help@stat.math.ethz.ch mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.

-- 
Andrew Robinson  
Department of Mathematics and StatisticsTel: +61-3-8344-9763
University of Melbourne, VIC 3010 Australia Fax: +61-3-8344-4599
http://www.ms.unimelb.edu.au/~andrewpr
http://blogs.mbs.edu/fishing-in-the-bay/

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] C++ and R

2003-01-16 Thread Francisco J Molina

I am using a C++ routine that is called from R. In this routine I allocate memory
dynamically with new. It is necessary to use delete before the routine returns?

It seems to me that it is not necessary. Anyone knows?

__
[EMAIL PROTECTED] mailing list
http://www.stat.math.ethz.ch/mailman/listinfo/r-help