# NOT RUN {
## Generate some random 2-dimensional point set
X<-cbind(runif(100,-2,2),runif(100,-2,2))
## Compute and plot convex hull
plotConvexHull(xin=X, LB=c(-4,-4), UB=c(4,4), xlab='X', ylab='Y')
# }
Run the code above in your browser using DataLab