I always get the text before the plot, even though it comes after in the code (this code is from R Markdown, since I'm just switching all my scripts to Quarto, although copy and paste should be possible, I'm finding that there's always weird formatting when I create the PDF).
plot(silhouette(km.res3$cluster, dist(dat)), main="Silhouette Plot")
then i write "blablabla" and the blablabla is displayed BEFORE, and not AFTER the Plot.
Do you know what to do?