powered by
Define a circular outline
morphomapCircle(r = 1, n = 1000)
mat matrix with coordinates
numeric: radius of the outline
numeric: number of points along the outline
Antonio Profico, Luca Bondioli, Pasquale Raia, Paul O'Higgins, Damiano Marchi
extsec<-morphomapCircle(10,100) intsec<-morphomapCircle(8,100) plot(extsec,asp=1,type="l") points(intsec,type="l",col=2)
Run the code above in your browser using DataLab