Recently Published
BoxPlot
ggboxplot(data = ToothGrowth , x = "dose" ,y = "len" ,
color = "supp" ,palette =c( "#E69F00", "#56B4E9" ,"#CC79A7") ,
title = "ToothGrowth" ,xlab = "Dose" ,
ylab ="Tooth Length" )
Analysis of NOAA Storm Database - JH Course
Proyect for reproducible research