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))

Questions about programming?Chat with your personal AI assistant