# may not work in RStudio viewer
# Open in browser
cars |>
e_charts(speed) |>
e_scatter(dist) |>
e_image_g(
right = 20,
top = 20,
z = -999,
style = list(
image = "https://www.r-project.org/logo/Rlogo.png",
width = 150,
height = 150,
opacity = .6
)
)
Run the code above in your browser using DataLab