powered by
dots(x,...) dots2(x, y, colx = "green", coly = "blue", lab1 = deparse(substitute(x)), lab2 = deparse(substitute(y)),...)
x
y
dotplot
hist
dots( round( rnorm(50, 10,3) ) ) dots2( round( rnorm(20, 10,3) ), round(rnorm(20,12,2)) )
Run the code above in your browser using DataLab