Description Usage Arguments Value Author(s) Examples
View source: R/morphomapCircle.R
Define a circular outline
1 | morphomapCircle(r = 1, n = 1000)
|
r |
numeric: radius of the outline |
n |
numeric: number of points along the outline |
mat matrix with coordinates
Antonio Profico, Luca Bondioli, Pasquale Raia, Paul O'Higgins, Damiano Marchi
1 2 3 4 | extsec<-morphomapCircle(10,100)
intsec<-morphomapCircle(8,100)
plot(extsec,asp=1,type="l")
points(intsec,type="l",col=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.