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

gagana_ise

Gagana L

Recently Published

LA 1 REPORT
LA 1 PPT
program 15
program 14
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.
program 13
Write an R program to create a multiple dot plot for grouped variables across different categories using ggplot2's position_dodge function.
program 12
develop a script in R to create a violin plot displaying the distribution poof a continuous variable with separate violins for each group using ggplot2
program 11
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
prg 3
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
prg 10
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
PRG 9
create multiple histogram 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
Document
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
PRG 7
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.
PRG 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
PRG5
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
prg4
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.
Document
Write an R script to create a scatter plot, incorporating categorical analysis through color-coded data points representing different groups using ggplot2
pogram 1
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