View source: R/morphomapZmoment.R
morphomapZmoment | R Documentation |
Calculate the polar moment of inertia around the x and y axes and the polar section module
morphomapZmoment(cp, mp, Cx = 0, Cy = 0, delta = 0.1)
cp |
matrix: coordinates of the external outline of the section |
mp |
matrix: coordinates of the internal outline of the section |
Cx |
numeric: x coordinate of the section center |
Cy |
numeric: y coordinate of the section center |
delta |
numeric: picture elements of adjustable side length |
Zx numeric: moment of inertia around the x axis
Zy numeric: moment of inertia around the y axis
dx numeric: maximum chord length from y axis
dy numeric: maximum chord length from x axis
Zpol numeric: polar moment of inertia
Antonio Profico, Luca Bondioli, Pasquale Raia, Paul O'Higgins, Damiano Marchi
extsec<-morphomapCircle(10,1000) intsec<-morphomapCircle(8,1000) ZMs<-morphomapZmoment(extsec,intsec,delta=0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.