mcu_films | R Documentation |
A list of MCU films through the Infinity saga.
mcu_films
A data frame with 23 rows and 7 variables.
Title of the movie.
Length of the movie: hours portion.
Length of the movie: minutes portion.
Date the movie was released in the US.
Box office totals for opening weekend in the US.
All box office totals in US.
All box office totals world wide.
library(ggplot2) ggplot(mcu_films, aes(opening_weekend_us, gross_us))+ geom_point()+ labs(title = "MCU Box Office Totals: Opening Weekend V All-time", x = "Opening Weekend Totals (US $)", y = "All-time Totals (US $)")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.