Author

Topic: R question (Read 652 times)

hero member
Activity: 728
Merit: 500
April 13, 2012, 02:12:56 PM
#4
OK will check out these resources. The original link made it seem like everyone is waiting for someone else to go through the code and figure out what it is doing.
donator
Activity: 2058
Merit: 1007
Poor impulse control.
April 13, 2012, 07:47:35 AM
#3
If you use package 'akima' (which I use) the pdf I linked to describes the algoritms (without detail) and cites sources.

Edit: Scrub that. I just realised that akima passes on the interpolations to the contour function you linked to. I don't know if the interpolation method is what you're after, but it can't hurt to look at the package info, I suppose.
hero member
Activity: 532
Merit: 500
April 13, 2012, 02:52:10 AM
#2
Did you try stackoverflow.com or the R help group?
hero member
Activity: 728
Merit: 500
April 12, 2012, 01:22:59 PM
#1
Quote
Draws contour lines for the desired levels. There is currently no documentation about the algorithm. The source code is in `$RHOME/src/main/plot.c'.

http://wipaed.wiso.uni-goettingen.de/~holdenb1/R/library/base/html/contour.html

I need to know what algorithm R is using for contour plots. How do I find this out?
Jump to: