MomX / Momocs

:dove: Morphometrics using R
http://momx.github.io/Momocs/
51 stars 18 forks source link

Extract dataframe with the an, bn ,cn, dn Fourier coefficients of every outline coordinate #220

Closed raz1 closed 2 years ago

raz1 commented 2 years ago

Hi,

How can I extract the an, bn ,cn, dn Fourier coefficients of every outline coordinate to a dataframe.

Thanks

vbonhomme commented 2 years ago

Try as_df on your OutCoe object

Le mer. 11 août 2021 11:50, Ely Raz @.***> a écrit :

Hi,

How can I extract the an, bn ,cn, dn Fourier coefficients of every outline coordinate to a dataframe.

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/MomX/Momocs/issues/220, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABECQFRCW24XLLKVYJJR7HDT4JBVZANCNFSM5B6BNIRA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&utm_campaign=notification-email .

raz1 commented 2 years ago

Thanks