0

I have a simple plot:

require(tidyverse)

plot  <-   data_frame(
          year = 1:4,
          value = c(5,3,6,7)
        ) %>% 
          ggplot(aes(year,value))+
          geom_point()
    plot

Is it possible to use an icon to take the place of the points on the plot? Specifically this icon? enter image description here It can be downloaded here.

2
  • Indeed, my question is a duplicate of these. Commented May 14, 2018 at 20:49
  • Also see the ggimage package. Commented May 14, 2018 at 21:01

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.