Skip to content

Commit

Permalink
Apply suggestions from code review
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 Aug 8, 2024
1 parent aa1c133 commit 55fd74d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# rphylopic (development version)

* Added ability to specify horizontal and vertical justification of silhouettes (#101)
* Added ability to specify width instead of height for silhouettes (#103)
* Added ability to specify width or height for silhouettes (#103)
* Note that all "ysize" and "size" arguments/aesthetics are now deprecated in favor of "height" and "width" arguments/aesthetics

# rphylopic 1.4.0
Expand Down
2 changes: 1 addition & 1 deletion R/geom_phylopic.R
Original file line number Diff line number Diff line change
Expand Up @@ -499,7 +499,7 @@ phylopicGrob <- function(img, x, y, height, width,
return(img_grob)
}

#' Scales for phylopic heighgt or width
#' Scales for phylopic height or width
#'
#' `scale_height_continuous()` scales the height of silhouettes whereas
#' `scale_width_continuous()` scales the height of silhouettes.
Expand Down

0 comments on commit 55fd74d

Please sign in to comment.