library(ggplot2)
=25
maria=23
alberto
<- ggplot(data=(cars), aes(x=speed))+
box_speed geom_boxplot()
print(maria)
[1] 25
print(alberto)
[1] 23
print(box_speed)
library(ggplot2)
=25
maria=23
alberto
<- ggplot(data=(cars), aes(x=speed))+
box_speed geom_boxplot()
print(maria)
[1] 25
print(alberto)
[1] 23
print(box_speed)