Re: [R] 3D Elliptic Fourier

2016-12-31 Thread Bert Gunter
... and on rseek.org, my personal R search favorite, the same search term brought up a ton of stuff, most of which seemed related to the "Momocs" package. -- Bert Bert Gunter "The trouble with having an open mind is that people keep coming along and sticking things into it." -- Opus (aka Berkele

Re: [R] 3D Elliptic Fourier

2016-12-31 Thread Spencer Graves
Have you tried findFn{sos}: > library(sos) > efa <- findFn('Elliptic Fourier Analysis') found 10 matches; retrieving 1 page Downloaded 0 links in 0 packages. > mmcs <- ???Morphometrics found 71 matches; retrieving 4 pages 2 3 4 Downloaded 0 links in 0 packages. I'm not familiar with El

[R] 3D Elliptic Fourier

2016-12-31 Thread Liza van Eijk
Dear Yingqi, Have you had any luck finding a way to run an Elliptic Fourier Analysis on 3D coordinates in R? If so, could you let me know which package you used? Thank you. Kind regards, Liza [[alternative HTML version deleted]] __ R-help

[R] 3D Elliptic Fourier

2010-11-04 Thread ZHANG Yingqi
dear all, Is it possible to do some 3D Elliptic Fourier analysis with R? I've read <>. There are several functions in the book like , , and to deal with the 2D closed outlines. Does anybody have any idea about how to deal with 3D outlines with R? Are there any known package, function,