MomX / Momocs

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

Labels/legends to the different mean shapes in a cooplot/coo_draw #237

Open raz1 opened 1 month ago

raz1 commented 1 month ago

Hi,

Is there a way to add labels/legends to the different mean shapes in a cooplot/coo_draw?

Example code: b1 <- bot[4] b2 <- bot[5] b3 <- bot[6] coo_plot(b1) coo_draw(b2, border='red') coo_draw(b3, border='yellow')

vbonhomme commented 1 month ago

Hi, it s base graphics so legend() I d say !?

Le jeu. 3 oct. 2024 à 10:42, Ely Raz @.***> a écrit :

Hi,

Is there a way to add labels/legends to the different mean shapes in a cooplot/coo_draw?

Example code: b1 <- bot[4] b2 <- bot[5] b3 <- bot[6] coo_plot(b1) coo_draw(b2, border='red') coo_draw(b3, border='yellow')

— Reply to this email directly, view it on GitHub https://github.com/MomX/Momocs/issues/237, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABECQFTMFELMX4DZ6AI6RP3ZZT7Q3AVCNFSM6AAAAABPJJSRQCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU3DGNBWGM2DMNA . You are receiving this because you are subscribed to this thread.Message ID: @.***>