Skip to content

Commit

Permalink
Update R/geom_phylopic.R
Browse files Browse the repository at this point in the history
Co-authored-by: Lewis A. Jones <[email protected]>
  • Loading branch information
willgearty and LewisAJones authored Nov 15, 2023
1 parent a59f50b commit 61cec23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/geom_phylopic.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 61cec23

Please sign in to comment.