Recently Published
program-7
Develop a function in R to plot a function curve based on mathematical equation provided as input, with different curve styles for each group, using ggplot2.
Pranamita Mazumder_final project
Choose any dataset of your choice. It can be mtcars from R or any csv file you want to use.
Create the following:
Describe the dataset. What are the variables?
Create a static visualization using ggplot2. Try to use the parameters we have learnt in class including alpha, size, regression line, etc. Describe your visualization.
Use the visualization from part 2 to create an interactive chart using plotly.
Create an animation using gganimate. Your animation should change according to a time series component.
Document
Final Report