Recently Published
Stadia Maps en RStudio
Guía paso a paso para generar usuario y API Key en Stadia Maps
Lecture: Estimating with Uncertainty
Intro to Biostatistics (BIOL 327)
September 17, 2025
Fall 2025
William & Mary
Scaterplot
ggplot(data = diamonds, mapping = aes(x= price,y= carat , color = cut ))+
geom_point()+
theme_light()+
facet_wrap(~cut)+
xlab("Diamonds Price")+
ylab("Diamond Carat") +
ggtitle("Scatterplot")