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

Recently Published

Parcial 1 corregido
documento aula laboratório
escrever questões pra prova
Exemplo aula Quarto
descrição para publicação no Rpubs.
Exemplo aula Quarto
descrição da aula de quarto
Box Plot & Violin Plot
ggplot(data = mpg , mapping = aes(x = drv , y = displ ))+ geom_violin( fill = "green" )+ geom_boxplot(width = 0.2, fill = "red")+ facet_grid(~ class)+ theme_light()+ ggtitle("mpg data")+ xlab("The type of drive train")+ ylab("Engine displacement, in litres")
test2