Supports image files and graphic objects to be visualized in 'ggplot2' graphic system.
Supports image files and graphic objects to be visualized in ‘ggplot2’ graphic system.
Guangchuang YU https://guangchuangyu.github.io
School of Basic Medical Sciences, Southern Medical University
Get the released version from CRAN:
## include BioC repo for dependenciessetRepositories(ind=1:2)install.packages("ggimage")
Or the development version from github:
setRepositories(ind=1:2)## install.packages("devtools")devtools::install_github("GuangchuangYu/ggimage")
For more details, please refer to the online vignette.
phylopic
now check the id by phylopic_valid_id
(2019-01-16, Wed)phylopic_valid_id
check whether a silhouette image is exist
supertaxa
subtaxa
other
related taxaphylopic_uid
supports querying phylopic uid from scientific namedraw_key_image
that draws key of image colors using rectGrob
(2018-12-10, Mon)aes(color)
pdf
file (2018-12-03, Mon)svg
file
geom_twitchemote
layergeom_worldcup2018
layer (2018-06-19, Tue)icon
and list.icon
(2018-05-23, Wed)get_aes_var
to rvcheck
image_read2
internally use magick::image_read
with additional feature to
remove marginal empty space (2018-04-25, Wed)ggplotify::as.grob
and ggplotify::as.ggplot
(2018-04-24, Tue)ggbackground
for setting background image of ggplot (2018-04-18, Wed)geom_image
now accepts asp
parameter to adjust aspect ratio of images
(2018-03-22, Thu)toGrob
for base plot to base2grob
pkgo update vignette <2017-12-04, Mon> o geom_subview now supports aes mapping <2017-11-21, Tue>
o geom_subview compatible with meme object <2017-10-24, Tue>
o add image_fun parameter; user can use magick function to process image <2017-10-17, Tue> o using magick to read image instead of EBImage <2017-10-17, Tue>
o geom_icon <2017-09-05, Wed>
o geom_emoji <2017-03-23, Thu> o geom_flag <2017-03-22, Wed> o support size = Inf <2017-03-22, Wed> o geom_phylopic layer <2017-03-22, Wed> o color parameter for geom_image and related layers <2017-03-22, Wed> o geom_pokemon <2017-03-22, Wed>
o geom_subview <2017-03-21, Tue> o theme_transparent from ggtree <2017-03-21, Tue>
o remove parsing image
parameter via ...
, and set image="https://www.r-project.org/logo/Rlogo.png" by default <2017-02-22, Wed>
o geom_image layer <2017-02-21, Tue>