ggplot(df, aes(x, y)) + geom_image(aes(image = "skull.png"), size = 0.05) + # use any skull icon labs(caption = "Mors Vincit Omnia (Death conquers all)") + theme_void() + theme(plot.caption = element_text(family = "mono", face = "italic", size = 12))
At first glance, the programming language and the ancient Latin phrase "Memento Mori" (remember you must die) seem to have nothing in common. R is a tool for life: used in biostatistics to save patients, in ecology to model species survival, and in finance to predict market growth. "Memento Mori" is a meditation on death, decay, and the limited nature of existence. r memento mori