I am working on a project in which I have to put labels on my chart for the boundaries(encircles) around some scatter points.[![enter image description here][2]][2]
As it is shown in the picture, I want to put GrainSize labels on the three encircled boundaries inside triangle. I am using geom_encircle() command from ggalt package with ggplot2.
For example: The plot above has 3 categories, Setosa, Versicolor and Verginica I want these labels to be placed on classification boundaries as well, Like the eclips of setosa should be labeled as setosa and similarly 2 other categories. I found ggforce package usefule but that is limited for eclips or circle shapes only, is there any way that I can put label on these three encircles(Setosa, Versicolor and Verginica)