gravatar

Reshma_05

Reshma Jadhav

Recently Published

Document
Program15
Quarto Presentations
Create a radial bar chart to show top 10 cities with highest air pollution levels
Quarto report
Create a radial bar chart to show top 10 cities with highest air pollution levels
program14
Develop an R program to calculate and visualize a correlation matrix for a given dataset, with color-coded cells indicating the strength and direction of the correlation using the ggplot2 package and the geom_tile() function.
program13
Write an R program to create multiple dot plot for grouped data, comparing the distribution of variable across different categories using ggplot2
program12
Develop a script in R to create a violin plot displaying distribution of a continuous varible, with separate violins for each group using ggplot2
program11
To generate a basic box plot using ggplot2, enhanced with notcjes and ouliers , and grouped by a categorical variables using an in-built dataset in R
prog10
Develop an R function to draw a density curve representing the probability density function of a continuous variable, with separte curve for each group, using ggplot2
prog9
Create multiple histogram using ggplot2::facet_wrap() to visualize how a varible(e.g, Sepal.length) is distributed across different groups in a built in R dataset
prog8
8. Write an R program loading a dataset and demonstrating a scatter plot,line plot , histogram,box plot using grouped data and curve style for mathematical equation provided of built in datasets in R studio.
prog7
Develop a function in R to plot a function curve based on a mathematical equation provided as input , with different curve styles for each group ,using ggplot2.
prog6
write an R script to construct a box plot showcasing the distribution of a continuous variable,grouped by a categorical variable, using ggplot2's fill aesthetic
prog5
Implement an R program to create a histogram illustrating the distribution of a continuous variable, with overlays of density curves for each group, using ggplot2
prog4
Develop a script in R to produce a bar gragh displaying the freuency distibution of categorical data in a given dataset, grouped by a specific variable,using ggplot2.
prog3
Implement an R function to generate a linr graph depicting the trend of a time-series dataset , with separate lines for each group ,utilizing ggplot2's group aesthetic
prog2
Write an R script to create a scatter plot, incorporating categorical analysis through color-coded data points representing different groups using ggplot2
prog1
DEVELOP AN R PROGRAM TO QUICKLY EXPLORE A GIVEN DATA SET INCLUDING CATAGORICAL ANALYSIS USING THE GROUP BY COMMANDS AND VISUALIZE THE FINDS USING GGPLOT2 FEATURES