Recently Published
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 13
Write an R program to create multiple dot plots or group data , comparing the distribution of variables across different categories, using ggplot2's position_dodge function.
Program 12
To create a violin plot using ggplot2 in R that displays the distribution of a continuous variable with separate violins for each group using an in-built dataset.
Document
SUMMARY OF ALL PROGRAM FROM 9 TO 14
Quiz 3
Quiz 3
Héctor Guadalupe de la Garza Treviño (A01177960)
Mariana Leal (A01570977)
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 density function of a continuous variable, with separate curves for each group, using ggplot2.
Program-14
Develop an R program to calculate and visualize a co-relational matrix for a given dataset, with color coded cells indicating the strength and direction of co-relations using ggplot2's geom_tile function.
FPCC 2 - LAB 2
O repositório base contém dados e questões (em reports/explora-temperaturas.Rmd) que deverão ser respondidas individualmente como resultado do lab, considerando estatística descritiva e análise da relação entre pares de variáveis numéricas.