From 61cec2343232cb56aaba8cab6b3363fad1649510 Mon Sep 17 00:00:00 2001 From: William Gearty Date: Wed, 15 Nov 2023 09:24:50 -0500 Subject: [PATCH] Update R/geom_phylopic.R Co-authored-by: Lewis A. Jones <41071747+LewisAJones@users.noreply.github.com> --- R/geom_phylopic.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/geom_phylopic.R b/R/geom_phylopic.R index b65f224..5615548 100644 --- a/R/geom_phylopic.R +++ b/R/geom_phylopic.R @@ -241,7 +241,7 @@ GeomPhylopic <- ggproto("GeomPhylopic", Geom, y_diff <- 1 } if (any(data$size < (y_diff / 1000))) { - warning(paste("Your specified silhouette `size`s are more than 1000", + warning(paste("Your specified silhouette `size`(s) are more than 1000", "times smaller than your y-axis range. You probably want", "to use a larger `size`."), call. = FALSE) }