[1] "NFLX" "AMC"
It is evident that there there is more….student fills in text here with observations about these ploits.
More observations about these plots.
Note that time series in plots start on first trading day after January 1st, 2013.
Also note that AMC data is not available before ____.
This plot is an alternative to the High-Low Candlestick plot which can also be created as a hchart.
Number of Netflix Movies from each Genre and Release Period (when they were created and first aired).
Release Time Period | Int | Dr | C | Do | K | A/A |
---|---|---|---|---|---|---|
1981-2000 | 123 | 165 | 151 | 10 | 35 | 111 |
2001-2010 | 347 | 323 | 315 | 31 | 92 | 168 |
2011-2015 | 574 | 484 | 398 | 132 | 133 | 163 |
2016-2021 | 1627 | 1372 | 1106 | 656 | 374 | 372 |
Once corrected, genres should be shown in plot and table in order of prevalence (I=International, D=Drama, C=Comedy, K=Kids, Do=Docuseries, A/A=Action/Adventure)
Note that the stacked barplot for these data would not be possible
until min_age
variable was converted to a
factor variable with specified categories, 0,7,13,and 17.
Student should replace this text with explanatory text describing the plot.
Link to additional information on grouped and stacked bar charts
Link to additional information on plots with facets and a bonus link
This plot does not include genre information (shown in Plot 2).
Further analyses would benefit from having data that differentiates between Netflix original content and Netflix content purchased from other sources.
Link to additional information on geom_area plots
Link to additional information on the R Color Brewer options