MyFrame = as.data.frame( cbind(H = seq(0,1000,1), V = rnorm(length(seq(0,1000,1)))) ) library(ggplot2) ggplot(MyFrame, aes(H,V)) + geom_point()