morphomapCircle: morphomapCircle

View source: R/morphomapCircle.R

morphomapCircleR Documentation

morphomapCircle

Description

Define a circular outline

Usage

morphomapCircle(r = 1, n = 1000)

Arguments

r

numeric: radius of the outline

n

numeric: number of points along the outline

Value

mat matrix with coordinates

Author(s)

Antonio Profico, Luca Bondioli, Pasquale Raia, Paul O'Higgins, Damiano Marchi

Examples

extsec<-morphomapCircle(10,100)
intsec<-morphomapCircle(8,100)
plot(extsec,asp=1,type="l")
points(intsec,type="l",col=2)

morphomap documentation built on Oct. 10, 2023, 1:08 a.m.