plot(iris,
col = colorwheel2d(iris[, c("Sepal.Length", "Sepal.Width")]),
pch = 19, cex = 2)
plot(iris,
col = colorwheel2d(
iris[, c("Sepal.Length", "Sepal.Width")],
origin = c(5.5, 2.5),
kernel = function(x) x ^ .5),
pch = 19, cex = 2)
Run the code above in your browser using DataLab