Hi,
I have the following code to 
randomly generate the 
points:
csr <-function(n=60){
x=runif(n)
y=runif(n)
f=cbind(x,y)
}
plot(csr())

I wonder how to code to draw a square centering on 0.5,0.5; with the length of 
each side to be 0.3 on the same figure with these plotted points?

Thanks,
Sam




                
---------------------------------

        [[alternative HTML version deleted]]

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to