RPubs will retire in June 2027. Your existing documents will stay accessible through December 31, 2031
and Connect Cloud is the recommended home for new publishing. Read the blog post
gravatar

kumkum_890

kumkum M K

Recently Published

Area chart
Use area charts to visualize monthly rainfall trends in 5 Indian cities, highlighting seasonal patterns
program 15
Create multiple histogram using ggplot2 facet_wrap() , a density curve representing the probability density,to generate basic box plot using notch and outliers , violin plot,many dotplots,co-realtion matrix to visualize how a variable is distributed to different groups in a built-in R dataset.
program 14
Develop a R program to calculate and visualize a correlation matrix for a given dataset with color closed sets indicating the strength and direction of co-relation using ggplot2 (geom_tile)
program 13
Write a R program to create multiple dot plots for grouped data comparing the distribution of variable across different categories using ggplot’2 position_dodge function.
program 12
Develop a script in R to create a violin plot displaying the distribution of a continuous variable , with a separate violins for each group using an inbuilt dataset.
program 11
To generate a basic box plot using ggplot2. enhanced with notches and outliers and grouped by a categorical variable using an in-built dataset in R.
program 10
Develop an R function to draw a density curve representing the probability function of a continuous variable, with separate curves for each group, using ggplot2
program 9
Create multiple histograms using ggplot2 :: facet_wrap() to visualize how a variable (e.g sepal.length) is distributed across different groups (e.g species ) in a built_in R dataset
Program 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.
program 7
Develop a function in R to plot a function curve based on a mathematical equation provided as input, with different curve style for each group, using ggplot2.
Program 6
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.
program 5
Implement an R program to create a histogram illustarting the distribution of a continuous variable with overlays of density curves for each group, using ggplot2
program 4
Develop a script in R to produce a bar graph displaying the frequency distribution of categorical data in a given dataset , grouped by a specific variable, using ggplot2.
program 3
Implement a R function to generate a line graph depicting the trend of a time series dataset with separate line for each graph , utilizing ggplot2 group aesthetic (trend analysis)
program 2
.Write an R script to create a scatter plot, incorporating categorical analysis through color-coded data points representing different groups, using ggplot2.
program 1
Develop an R program to quickly explore a given data task including categorical analysis using the group _by command and visualize findings using ggplot2 features