
Last chance! 50% off unlimited learning
Sale ends in
emptyspace(x,y=NA,bars=FALSE)
x<-rnorm(10)
y<-rnorm(10)
plot(x,y,main="Find the empty space",xlab="X",ylab="Y")
es<-emptyspace(x,y)
boxed.labels(es,labels="Here is the
empty space")
Run the code above in your browser using DataLab