Generation

generate functionMon, 19 Jun 2023

dame el grafico de dispercion de dos vectores

plot.scatter <- function(x, y) { plot(x, y, xlab = "x", ylab = "y") } plot.scatter(c(1, 2, 3), c(4, 5, 6))

Want to kickstart your project?Use the new AI Studio to create your code